Html Css Color HEX #CC8342 Peru

📋 copy color: '#CC8342'

red 204 ◦ green 131 ◦ blue 66

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

Shades of Peru #CC8342

Tints of Peru #CC8342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 50.87%
G = 32.67%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8342 (or 0xCC8342) is known color: Peru. HEX triplet: CC, 83 and 42. RGB value is (204,131,66). Sum of RGB (Red+Green+Blue) = 204+131+66=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8342 is #337CBD. Grayscale: #919191. Windows color (decimal): -3374270 or 4359116. OLE color: 4359116.

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

Color convert

RGB 204 131 66 -
CMYK 0 0.36 0.68 0.2
HSL 28.26º 0.58% 0.53% -
HSV(B) 28.26º 0.68% 0.8% -
XYZ 34 29.46 9.05 -
YUV 145.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 204 131 66 0 0.36 0.68 0.2 28.26 0.58 0.53
Hex CC 83 42 0 24 44 14 1C 3A 35
Octal 314 203 102 0 44 104 24 34 72 65
Binary 11001100 10000011 1000010 0 100100 1000100 10100 11100 111010 110101

Color Harmonies of #CC8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8342

Black with #CC8342

Text Example


Text Example

White with #CC8342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8342; }

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

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

background-color css

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

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

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

border-color css

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

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

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