#CCB49A

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

Shades of Vanilla #CCB49A

Tints of Vanilla #CCB49A

Color information

#CCB49A (or 0xCCB49A) is unknown color: approx Vanilla. HEX triplet: CC, B4 and 9A. RGB value is (204,180,154). Sum of RGB (Red+Green+Blue) = 204+180+154=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB49A is #334B65. Grayscale: #B8B8B8. Windows color (decimal): -3361638 or 10138828. OLE color: 10138828.

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

Color convert

RGB204180154-
CMYK00.120.250.2
HSL31.2º32.89%70.2%-
HSV(B)31.2º24.51%80%-
XYZ47.0647.8137.32-
YUV184.21110.95142.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=37.92%
G=33.46%
B=28.62%

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
Decimal20418015400.120.250.231.232.8970.2
HexCCB49A0C19141f2146
Octal31426423201431243741106
Binary110011001011010010011010011001100110100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB49A; }

 p { color: rgb(204,180,154); }

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

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

 a { background-color: rgb(204,180,154); }

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

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

 span { border-color: rgb(204,180,154); }

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