Html Css Color HEX #CC8142 Peru

📋 copy color: '#CC8142'

red 204 ◦ green 129 ◦ blue 66

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

Shades of Peru #CC8142

Tints of Peru #CC8142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 51.13%
G = 32.33%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8142 (or 0xCC8142) is known color: Peru. HEX triplet: CC, 81 and 42. RGB value is (204,129,66). Sum of RGB (Red+Green+Blue) = 204+129+66=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8142 is #337EBD. Grayscale: #909090. Windows color (decimal): -3374782 or 4358604. OLE color: 4358604.

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

Color convert

RGB 204 129 66 -
CMYK 0 0.37 0.68 0.2
HSL 27.39º 0.58% 0.53% -
HSV(B) 27.39º 0.68% 0.8% -
XYZ 33.74 28.93 8.96 -
YUV 144.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 204 129 66 0 0.37 0.68 0.2 27.39 0.58 0.53
Hex CC 81 42 0 25 44 14 1B 3A 35
Octal 314 201 102 0 45 104 24 33 72 65
Binary 11001100 10000001 1000010 0 100101 1000100 10100 11011 111010 110101

Color Harmonies of #CC8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8142

Black with #CC8142

Text Example


Text Example

White with #CC8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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