Html Css Color HEX #CC8642 Peru

📋 copy color: '#CC8642'

red 204 ◦ green 134 ◦ blue 66

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

Shades of Peru #CC8642

Tints of Peru #CC8642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 50.5%
G = 33.17%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8642 (or 0xCC8642) is known color: Peru. HEX triplet: CC, 86 and 42. RGB value is (204,134,66). Sum of RGB (Red+Green+Blue) = 204+134+66=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8642 is #3379BD. Grayscale: #939393. Windows color (decimal): -3373502 or 4359884. OLE color: 4359884.

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

Color convert

RGB 204 134 66 -
CMYK 0 0.34 0.68 0.2
HSL 29.57º 0.58% 0.53% -
HSV(B) 29.57º 0.68% 0.8% -
XYZ 34.41 30.28 9.19 -
YUV 147.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 204 134 66 0 0.34 0.68 0.2 29.57 0.58 0.53
Hex CC 86 42 0 22 44 14 1E 3A 35
Octal 314 206 102 0 42 104 24 36 72 65
Binary 11001100 10000110 1000010 0 100010 1000100 10100 11110 111010 110101

Color Harmonies of #CC8642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8642

Black with #CC8642

Text Example


Text Example

White with #CC8642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8642; }

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

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

background-color css

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

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

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

border-color css

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

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

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