#CDB598

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

Shades of Vanilla #CDB598

Tints of Vanilla #CDB598

Color information

#CDB598 (or 0xCDB598) is unknown color: approx Vanilla. HEX triplet: CD, B5 and 98. RGB value is (205,181,152). Sum of RGB (Red+Green+Blue) = 205+181+152=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB598 is #324A67. Grayscale: #B9B9B9. Windows color (decimal): -3295848 or 10008013. OLE color: 10008013.

HSL color Cylindrical-coordinate representation of color #CDB598: hue angle of 32.83º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB598 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205181152-
CMYK00.120.260.20
HSL32.83º34.64%70%-
HSV(B)32.83º25.85%80.39%-
XYZ47.3748.2936.53-
YUV184.87109.45142.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=38.10%
G=33.64%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518115200.120.260.2032.8334.6470
HexCDB5980C1A14212346
Octal31526523001432244143106
Binary1100110110110101100110000110011010101001000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB598; }

 p { color: rgb(205,181,152); }

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

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

 a { background-color: rgb(205,181,152); }

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

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

 span { border-color: rgb(205,181,152); }

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