#CDB898

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

Shades of Vanilla #CDB898

Tints of Vanilla #CDB898

Color information

#CDB898 (or 0xCDB898) is unknown color: approx Vanilla. HEX triplet: CD, B8 and 98. RGB value is (205,184,152). Sum of RGB (Red+Green+Blue) = 205+184+152=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB898 is #324767. Grayscale: #BABABA. Windows color (decimal): -3295080 or 10008781. OLE color: 10008781.

HSL color Cylindrical-coordinate representation of color #CDB898: hue angle of 36.23º 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 #CDB898 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205184152-
CMYK00.100.260.20
HSL36.23º34.64%70%-
HSV(B)36.23º25.85%80.39%-
XYZ47.9849.5336.74-
YUV186.63108.46141.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=37.89%
G=34.01%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518415200.100.260.2036.2334.6470
HexCDB8980A1A14242346
Octal31527023001232244443106
Binary1100110110111000100110000101011010101001001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB898; }

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

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

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

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

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

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

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

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