Html Css Color HEX #CC8944 Peru

📋 copy color: '#CC8944'

red 204 ◦ green 137 ◦ blue 68

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

Shades of Peru #CC8944

Tints of Peru #CC8944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.63%

R = 49.88%
G = 33.5%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC8944 (or 0xCC8944) is known color: Peru. HEX triplet: CC, 89 and 44. RGB value is (204,137,68). Sum of RGB (Red+Green+Blue) = 204+137+68=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8944 is #3376BB. Grayscale: #959595. Windows color (decimal): -3372732 or 4491724. OLE color: 4491724.

HSL color Cylindrical-coordinate representation of color #CC8944: hue angle of 30.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC8944 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 68 -
CMYK 0 0.33 0.67 0.2
HSL 30.44º 0.57% 0.53% -
HSV(B) 30.44º 0.67% 0.8% -
XYZ 34.89 31.15 9.64 -
YUV 149.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 204 137 68 0 0.33 0.67 0.2 30.44 0.57 0.53
Hex CC 89 44 0 21 43 14 1E 39 35
Octal 314 211 104 0 41 103 24 36 71 65
Binary 11001100 10001001 1000100 0 100001 1000011 10100 11110 111001 110101

Color Harmonies of #CC8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8944

Black with #CC8944

Text Example


Text Example

White with #CC8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8944; }

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

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

background-color css

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

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

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

border-color css

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

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

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