#CCB398

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

Shades of Vanilla #CCB398

Tints of Vanilla #CCB398

Color information

#CCB398 (or 0xCCB398) is unknown color: approx Vanilla. HEX triplet: CC, B3 and 98. RGB value is (204,179,152). Sum of RGB (Red+Green+Blue) = 204+179+152=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB398 is #334C67. Grayscale: #B7B7B7. Windows color (decimal): -3361896 or 10007500. OLE color: 10007500.

HSL color Cylindrical-coordinate representation of color #CCB398: hue angle of 31.15º degrees, saturation: 0.34, 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 #CCB398 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204179152-
CMYK00.120.250.2
HSL31.15º33.77%69.8%-
HSV(B)31.15º25.49%80%-
XYZ46.6947.3436.38-
YUV183.4110.28142.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=38.13%
G=33.46%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417915200.120.250.231.1533.7769.8
HexCCB3980C19141f2246
Octal31426323001431243742106
Binary110011001011001110011000011001100110100111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB398; }

 p { color: rgb(204,179,152); }

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

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

 a { background-color: rgb(204,179,152); }

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

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

 span { border-color: rgb(204,179,152); }

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