#CDB69B

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

Shades of Vanilla #CDB69B

Tints of Vanilla #CDB69B

Color information

#CDB69B (or 0xCDB69B) is unknown color: approx Vanilla. HEX triplet: CD, B6 and 9B. RGB value is (205,182,155). Sum of RGB (Red+Green+Blue) = 205+182+155=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB69B is #324964. Grayscale: #B9B9B9. Windows color (decimal): -3295589 or 10204877. OLE color: 10204877.

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

Color convert

RGB205182155-
CMYK00.110.240.20
HSL32.4º33.33%70.59%-
HSV(B)32.4º24.39%80.39%-
XYZ47.8248.837.91-
YUV185.8110.62141.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=37.82%
G=33.58%
B=28.60%

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
Decimal20518215500.110.240.2032.433.3370.59
HexCDB69B0B1814202147
Octal31526623301330244041107
Binary1100110110110110100110110101111000101001000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB69B; }

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

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

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

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

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

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

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

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