#CBC991

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

Shades of Deco #CBC991

Tints of Deco #CBC991

Color information

#CBC991 (or 0xCBC991) is unknown color: approx Deco. HEX triplet: CB, C9 and 91. RGB value is (203,201,145). Sum of RGB (Red+Green+Blue) = 203+201+145=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC991 is #34366E. Grayscale: #C3C3C3. Windows color (decimal): -3421807 or 9554379. OLE color: 9554379.

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

Color convert

RGB203201145-
CMYK00.010.290.20
HSL57.93º35.8%68.24%-
HSV(B)57.93º28.57%79.61%-
XYZ50.6356.5135.03-
YUV195.2199.66133.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 145 (57.03% from 255) = 26.41%
R=36.98%
G=36.61%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320114500.010.290.2057.9335.868.24
HexCBC991011D143a2444
Octal3133112210135247244104
Binary1100101111001001100100010111101101001110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC991; }

 p { color: rgb(203,201,145); }

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

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

 a { background-color: rgb(203,201,145); }

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

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

 span { border-color: rgb(203,201,145); }

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