Html Css Color HEX #CC8442 Peru

📋 copy color: '#CC8442'

red 204 ◦ green 132 ◦ blue 66

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

Shades of Peru #CC8442

Tints of Peru #CC8442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 50.75%
G = 32.84%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8442 (or 0xCC8442) is known color: Peru. HEX triplet: CC, 84 and 42. RGB value is (204,132,66). Sum of RGB (Red+Green+Blue) = 204+132+66=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8442 is #337BBD. Grayscale: #929292. Windows color (decimal): -3374014 or 4359372. OLE color: 4359372.

HSL color Cylindrical-coordinate representation of color #CC8442: hue angle of 28.7º 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 #CC8442 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 66 -
CMYK 0 0.35 0.68 0.2
HSL 28.7º 0.58% 0.53% -
HSV(B) 28.7º 0.68% 0.8% -
XYZ 34.14 29.73 9.09 -
YUV 146 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 204 132 66 0 0.35 0.68 0.2 28.7 0.58 0.53
Hex CC 84 42 0 23 44 14 1D 3A 35
Octal 314 204 102 0 43 104 24 35 72 65
Binary 11001100 10000100 1000010 0 100011 1000100 10100 11101 111010 110101

Color Harmonies of #CC8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8442

Black with #CC8442

Text Example


Text Example

White with #CC8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8442; }

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

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

background-color css

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

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

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

border-color css

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

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

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