Html Css Color HEX #CC893D Peru

📋 copy color: '#CC893D'

red 204 ◦ green 137 ◦ blue 61

#CC893D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #CC893D

Tints of Peru #CC893D

RGB

 RED value IS 204 (80.08% from 255) = 50.75%

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 61 (24.22% from 255) = 15.17%

R = 50.75%
G = 34.08%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC893D (or 0xCC893D) is known color: Peru. HEX triplet: CC, 89 and 3D. RGB value is (204,137,61). Sum of RGB (Red+Green+Blue) = 204+137+61=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893D is #3376C2. Grayscale: #949494. Windows color (decimal): -3372739 or 4032972. OLE color: 4032972.

HSL color Cylindrical-coordinate representation of color #CC893D: hue angle of 31.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC893D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 61 -
CMYK 0 0.33 0.70 0.2
HSL 31.89º 0.58% 0.52% -
HSV(B) 31.89º 0.7% 0.8% -
XYZ 34.69 31.07 8.58 -
YUV 148.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 204 137 61 0 0.33 0.70 0.2 31.89 0.58 0.52
Hex CC 89 3D 0 21 46 14 20 3A 34
Octal 314 211 75 0 41 106 24 40 72 64
Binary 11001100 10001001 111101 0 100001 1000110 10100 100000 111010 110100

Color Harmonies of #CC893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC893D

Black with #CC893D

Text Example


Text Example

White with #CC893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC893D; }

 p { color: rgb(204,137,61); }

 H1.HeaderClassName
 {
   color: #CC893D;
 }
 .AnyTagClassName
 {
   color: #CC893D;
 }
</style>

background-color css

<style>
 a { background-color: #CC893D; }

 a { background-color: rgb(204,137,61); }

 div.DivClassName
 {
   background-color: #CC893D;
 }
 .BgClassName
 {
   background-color: #CC893D;
 }
</style>

border-color css

<style>
 span { border-color: #CC893D; }

 span { border-color: rgb(204,137,61); }

 td.TdClassName
 {
   border-color: #CC893D;
 }
 .TagClassName
 {
   border-color: #CC893D;
 }
</style>