#CDB69C

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

Shades of Vanilla #CDB69C

Tints of Vanilla #CDB69C

Color information

#CDB69C (or 0xCDB69C) is unknown color: approx Vanilla. HEX triplet: CD, B6 and 9C. RGB value is (205,182,156). Sum of RGB (Red+Green+Blue) = 205+182+156=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB69C is #324963. Grayscale: #BABABA. Windows color (decimal): -3295588 or 10270413. OLE color: 10270413.

HSL color Cylindrical-coordinate representation of color #CDB69C: hue angle of 31.84º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB69C is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205182156-
CMYK00.110.240.20
HSL31.84º32.89%70.78%-
HSV(B)31.84º23.9%80.39%-
XYZ47.9148.8438.35-
YUV185.91111.12141.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=37.75%
G=33.52%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518215600.110.240.2031.8432.8970.78
HexCDB69C0B1814202147
Octal31526623401330244041107
Binary1100110110110110100111000101111000101001000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB69C; }

 p { color: rgb(205,182,156); }

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

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

 a { background-color: rgb(205,182,156); }

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

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

 span { border-color: rgb(205,182,156); }

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