#CBD596

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

Shades of Deco #CBD596

Tints of Deco #CBD596

Color information

#CBD596 (or 0xCBD596) is unknown color: approx Deco. HEX triplet: CB, D5 and 96. RGB value is (203,213,150). Sum of RGB (Red+Green+Blue) = 203+213+150=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD596 is #342A69. Grayscale: #CBCBCB. Windows color (decimal): -3418730 or 9885131. OLE color: 9885131.

HSL color Cylindrical-coordinate representation of color #CBD596: hue angle of 69.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBD596 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB203213150-
CMYK0.0500.300.16
HSL69.52º42.86%71.18%-
HSV(B)69.52º29.58%83.53%-
XYZ53.9362.4938.07-
YUV202.8398.19128.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=35.87%
G=37.63%
B=26.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131500.0500.300.1669.5242.8671.18
HexCBD596501E10462b47
Octal31332522650362010653107
Binary1100101111010101100101101010111101000010001101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD596; }

 p { color: rgb(203,213,150); }

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

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

 a { background-color: rgb(203,213,150); }

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

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

 span { border-color: rgb(203,213,150); }

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