#CB883C

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

Shades of Peru #CB883C

Tints of Peru #CB883C

Color information

#CB883C (or 0xCB883C) is unknown color: approx Peru. HEX triplet: CB, 88 and 3C. RGB value is (203,136,60). Sum of RGB (Red+Green+Blue) = 203+136+60=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB883C is #3477C3. Grayscale: #939393. Windows color (decimal): -3438532 or 3967179. OLE color: 3967179.

HSL color Cylindrical-coordinate representation of color #CB883C: hue angle of 31.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB883C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20313660-
CMYK00.330.700.20
HSL31.89º57.89%51.57%-
HSV(B)31.89º70.44%79.61%-
XYZ34.2530.638.38-
YUV147.3778.7167.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=50.88%
G=34.09%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031366000.330.700.2031.8957.8951.57
HexCB883C0214614203a34
Octal3132107404110624407264
Binary11001011100010001111000100001100011010100100000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB883C; }

 p { color: rgb(203,136,60); }

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

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

 a { background-color: rgb(203,136,60); }

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

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

 span { border-color: rgb(203,136,60); }

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