#CB884B

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

Shades of Peru #CB884B

Tints of Peru #CB884B

Color information

#CB884B (or 0xCB884B) is unknown color: approx Peru. HEX triplet: CB, 88 and 4B. RGB value is (203,136,75). Sum of RGB (Red+Green+Blue) = 203+136+75=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB884B is #3477B4. Grayscale: #959595. Windows color (decimal): -3438517 or 4950219. OLE color: 4950219.

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

Color convert

RGB20313675-
CMYK00.330.630.20
HSL28.59º55.17%54.51%-
HSV(B)28.59º63.05%79.61%-
XYZ34.730.8110.78-
YUV149.0886.2166.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=49.03%
G=32.85%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031367500.330.630.2028.5955.1754.51
HexCB884B0213F141d3737
Octal3132101130417724356767
Binary1100101110001000100101101000011111111010011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB884B; }

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

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

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

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

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

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

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

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