#CB8246

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

Shades of Peru #CB8246

Tints of Peru #CB8246

Color information

#CB8246 (or 0xCB8246) is unknown color: approx Peru. HEX triplet: CB, 82 and 46. RGB value is (203,130,70). Sum of RGB (Red+Green+Blue) = 203+130+70=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8246 is #347DB9. Grayscale: #919191. Windows color (decimal): -3440058 or 4621003. OLE color: 4621003.

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

Color convert

RGB20313070-
CMYK00.360.660.20
HSL27.07º56.12%53.53%-
HSV(B)27.07º65.52%79.61%-
XYZ33.7229.19.63-
YUV144.9985.68169.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=50.37%
G=32.26%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031307000.360.660.2027.0756.1253.53
HexCB824602442141b3836
Octal31320210604410224337066
Binary11001011100000101000110010010010000101010011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8246; }

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

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

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

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

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

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

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

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