#CDB498

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

Shades of Vanilla #CDB498

Tints of Vanilla #CDB498

Color information

#CDB498 (or 0xCDB498) is unknown color: approx Vanilla. HEX triplet: CD, B4 and 98. RGB value is (205,180,152). Sum of RGB (Red+Green+Blue) = 205+180+152=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB498 is #324B67. Grayscale: #B8B8B8. Windows color (decimal): -3296104 or 10007757. OLE color: 10007757.

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

Color convert

RGB205180152-
CMYK00.120.260.20
HSL31.7º34.64%70%-
HSV(B)31.7º25.85%80.39%-
XYZ47.1747.8936.46-
YUV184.28109.78142.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=38.18%
G=33.52%
B=28.31%

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
Decimal20518015200.120.260.2031.734.6470
HexCDB4980C1A14202346
Octal31526423001432244043106
Binary1100110110110100100110000110011010101001000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB498; }

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

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

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

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

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

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

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

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