#CB8242

Color #CB8242 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CB8242

Tints of Peru #CB8242

Color information

#CB8242 (or 0xCB8242) is unknown color: approx Peru. HEX triplet: CB, 82 and 42. RGB value is (203,130,66). Sum of RGB (Red+Green+Blue) = 203+130+66=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8242 is #347DBD. Grayscale: #909090. Windows color (decimal): -3440062 or 4358859. OLE color: 4358859.

HSL color Cylindrical-coordinate representation of color #CB8242: hue angle of 28.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB8242 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20313066-
CMYK00.360.670.20
HSL28.03º56.85%52.75%-
HSV(B)28.03º67.49%79.61%-
XYZ33.5929.068.99-
YUV144.5383.68169.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=50.88%
G=32.58%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031306600.360.670.2028.0356.8552.75
HexCB824202443141c3935
Octal31320210204410324347165
Binary11001011100000101000010010010010000111010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8242; }

 p { color: rgb(203,130,66); }

 H1.HeaderClassName
 {
   color: #CB8242;
 }
 .AnyTagClassName
 {
   color: #CB8242;
 }
</style>
background-color css

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

 a { background-color: rgb(203,130,66); }

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

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

 span { border-color: rgb(203,130,66); }

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