#CCB296

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

Shades of Vanilla #CCB296

Tints of Vanilla #CCB296

Color information

#CCB296 (or 0xCCB296) is unknown color: approx Vanilla. HEX triplet: CC, B2 and 96. RGB value is (204,178,150). Sum of RGB (Red+Green+Blue) = 204+178+150=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB296 is #334D69. Grayscale: #B6B6B6. Windows color (decimal): -3362154 or 9876172. OLE color: 9876172.

HSL color Cylindrical-coordinate representation of color #CCB296: hue angle of 31.11º degrees, saturation: 0.35, 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 #CCB296 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204178150-
CMYK00.130.260.2
HSL31.11º34.62%69.41%-
HSV(B)31.11º26.47%80%-
XYZ46.3346.8835.46-
YUV182.58109.61143.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=38.35%
G=33.46%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417815000.130.260.231.1134.6269.41
HexCCB2960D1A141f2345
Octal31426222601532243743105
Binary110011001011001010010110011011101010100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB296; }

 p { color: rgb(204,178,150); }

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

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

 a { background-color: rgb(204,178,150); }

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

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

 span { border-color: rgb(204,178,150); }

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