Html Css Color HEX #CC8942 Peru

📋 copy color: '#CC8942'

red 204 ◦ green 137 ◦ blue 66

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

Shades of Peru #CC8942

Tints of Peru #CC8942

RGB

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

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

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

R = 50.12%
G = 33.66%
B = 16.22%

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

#CC8942 (or 0xCC8942) is known color: Peru. HEX triplet: CC, 89 and 42. RGB value is (204,137,66). Sum of RGB (Red+Green+Blue) = 204+137+66=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8942 is #3376BD. Grayscale: #959595. Windows color (decimal): -3372734 or 4360652. OLE color: 4360652.

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

Color convert

RGB 204 137 66 -
CMYK 0 0.33 0.68 0.2
HSL 30.87º 0.58% 0.53% -
HSV(B) 30.87º 0.68% 0.8% -
XYZ 34.83 31.12 9.33 -
YUV 148.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 204 137 66 0 0.33 0.68 0.2 30.87 0.58 0.53
Hex CC 89 42 0 21 44 14 1F 3A 35
Octal 314 211 102 0 41 104 24 37 72 65
Binary 11001100 10001001 1000010 0 100001 1000100 10100 11111 111010 110101

Color Harmonies of #CC8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8942

Black with #CC8942

Text Example


Text Example

White with #CC8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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