#CBB299

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

Shades of Vanilla #CBB299

Tints of Vanilla #CBB299

Color information

#CBB299 (or 0xCBB299) is unknown color: approx Vanilla. HEX triplet: CB, B2 and 99. RGB value is (203,178,153). Sum of RGB (Red+Green+Blue) = 203+178+153=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB299 is #344D66. Grayscale: #B6B6B6. Windows color (decimal): -3427687 or 10072779. OLE color: 10072779.

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

Color convert

RGB203178153-
CMYK00.120.250.20
HSL30º32.47%69.8%-
HSV(B)30º24.63%79.61%-
XYZ46.346.8436.74-
YUV182.62111.28142.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=38.01%
G=33.33%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317815300.120.250.203032.4769.8
HexCBB2990C19141e2046
Octal31326223101431243640106
Binary110010111011001010011001011001100110100111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB299; }

 p { color: rgb(203,178,153); }

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

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

 a { background-color: rgb(203,178,153); }

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

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

 span { border-color: rgb(203,178,153); }

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