#CBB69C

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

Shades of Vanilla #CBB69C

Tints of Vanilla #CBB69C

Color information

#CBB69C (or 0xCBB69C) is unknown color: approx Vanilla. HEX triplet: CB, B6 and 9C. RGB value is (203,182,156). Sum of RGB (Red+Green+Blue) = 203+182+156=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB69C is #344963. Grayscale: #B9B9B9. Windows color (decimal): -3426660 or 10270411. OLE color: 10270411.

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

Color convert

RGB203182156-
CMYK00.100.230.20
HSL33.19º31.13%70.39%-
HSV(B)33.19º23.15%79.61%-
XYZ47.3648.5538.33-
YUV185.31111.46140.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=37.52%
G=33.64%
B=28.84%

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
Decimal20318215600.100.230.2033.1931.1370.39
HexCBB69C0A1714211f46
Octal31326623401227244137106
Binary110010111011011010011100010101011110100100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB69C; }

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

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

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

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

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

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

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

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