#CBB297

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

Shades of Vanilla #CBB297

Tints of Vanilla #CBB297

Color information

#CBB297 (or 0xCBB297) is unknown color: approx Vanilla. HEX triplet: CB, B2 and 97. RGB value is (203,178,151). Sum of RGB (Red+Green+Blue) = 203+178+151=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB297 is #344D68. Grayscale: #B6B6B6. Windows color (decimal): -3427689 or 9941707. OLE color: 9941707.

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

Color convert

RGB203178151-
CMYK00.120.260.20
HSL31.15º33.33%69.41%-
HSV(B)31.15º25.62%79.61%-
XYZ46.1346.7735.87-
YUV182.4110.28142.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=38.16%
G=33.46%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317815100.120.260.2031.1533.3369.41
HexCBB2970C1A141f2145
Octal31326222701432243741105
Binary110010111011001010010111011001101010100111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB297; }

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

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

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

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

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

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

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

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