#CBC887

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

Shades of Deco #CBC887

Tints of Deco #CBC887

Color information

#CBC887 (or 0xCBC887) is unknown color: approx Deco. HEX triplet: CB, C8 and 87. RGB value is (203,200,135). Sum of RGB (Red+Green+Blue) = 203+200+135=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC887 is #343778. Grayscale: #C1C1C1. Windows color (decimal): -3422073 or 8898763. OLE color: 8898763.

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

Color convert

RGB203200135-
CMYK00.010.330.20
HSL57.35º39.53%66.27%-
HSV(B)57.35º33.5%79.61%-
XYZ49.6655.7531.07-
YUV193.4994.99134.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=37.73%
G=37.17%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320013500.010.330.2057.3539.5366.27
HexCBC887012114392842
Octal3133102070141247150102
Binary11001011110010001000011101100001101001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC887; }

 p { color: rgb(203,200,135); }

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

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

 a { background-color: rgb(203,200,135); }

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

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

 span { border-color: rgb(203,200,135); }

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