Html Css Color HEX #CC8842 Peru

📋 copy color: '#CC8842'

red 204 ◦ green 136 ◦ blue 66

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

Shades of Peru #CC8842

Tints of Peru #CC8842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 50.25%
G = 33.5%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8842 (or 0xCC8842) is known color: Peru. HEX triplet: CC, 88 and 42. RGB value is (204,136,66). Sum of RGB (Red+Green+Blue) = 204+136+66=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8842 is #3377BD. Grayscale: #949494. Windows color (decimal): -3372990 or 4360396. OLE color: 4360396.

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

Color convert

RGB 204 136 66 -
CMYK 0 0.33 0.68 0.2
HSL 30.43º 0.58% 0.53% -
HSV(B) 30.43º 0.68% 0.8% -
XYZ 34.69 30.84 9.28 -
YUV 148.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 204 136 66 0 0.33 0.68 0.2 30.43 0.58 0.53
Hex CC 88 42 0 21 44 14 1E 3A 35
Octal 314 210 102 0 41 104 24 36 72 65
Binary 11001100 10001000 1000010 0 100001 1000100 10100 11110 111010 110101

Color Harmonies of #CC8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8842

Black with #CC8842

Text Example


Text Example

White with #CC8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8842; }

 p { color: rgb(204,136,66); }

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

background-color css

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

 a { background-color: rgb(204,136,66); }

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

border-color css

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

 span { border-color: rgb(204,136,66); }

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