#CBB69D

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

Shades of Vanilla #CBB69D

Tints of Vanilla #CBB69D

Color information

#CBB69D (or 0xCBB69D) is unknown color: approx Vanilla. HEX triplet: CB, B6 and 9D. RGB value is (203,182,157). Sum of RGB (Red+Green+Blue) = 203+182+157=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB69D is #344962. Grayscale: #B9B9B9. Windows color (decimal): -3426659 or 10335947. OLE color: 10335947.

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

Color convert

RGB203182157-
CMYK00.100.230.20
HSL32.61º30.67%70.59%-
HSV(B)32.61º22.66%79.61%-
XYZ47.4448.5938.78-
YUV185.43111.96140.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=37.45%
G=33.58%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318215700.100.230.2032.6130.6770.59
HexCBB69D0A1714211f47
Octal31326623501227244137107
Binary110010111011011010011101010101011110100100001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB69D; }

 p { color: rgb(203,182,157); }

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

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

 a { background-color: rgb(203,182,157); }

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

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

 span { border-color: rgb(203,182,157); }

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