#CBD594

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

Shades of Deco #CBD594

Tints of Deco #CBD594

Color information

#CBD594 (or 0xCBD594) is unknown color: approx Deco. HEX triplet: CB, D5 and 94. RGB value is (203,213,148). Sum of RGB (Red+Green+Blue) = 203+213+148=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD594 is #342A6B. Grayscale: #CACACA. Windows color (decimal): -3418732 or 9754059. OLE color: 9754059.

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

Color convert

RGB203213148-
CMYK0.0500.310.16
HSL69.23º43.62%70.78%-
HSV(B)69.23º30.52%83.53%-
XYZ53.7762.4237.23-
YUV202.697.19128.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=35.99%
G=37.77%
B=26.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131480.0500.310.1669.2343.6270.78
HexCBD594501F10452c47
Octal31332522450372010554107
Binary1100101111010101100101001010111111000010001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD594; }

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

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

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

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

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

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

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

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