#CCB49B

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

Shades of Vanilla #CCB49B

Tints of Vanilla #CCB49B

Color information

#CCB49B (or 0xCCB49B) is unknown color: approx Vanilla. HEX triplet: CC, B4 and 9B. RGB value is (204,180,155). Sum of RGB (Red+Green+Blue) = 204+180+155=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB49B is #334B64. Grayscale: #B8B8B8. Windows color (decimal): -3361637 or 10204364. OLE color: 10204364.

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

Color convert

RGB204180155-
CMYK00.120.240.2
HSL30.61º32.45%70.39%-
HSV(B)30.61º24.02%80%-
XYZ47.1447.8537.76-
YUV184.33111.45142.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=37.85%
G=33.40%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418015500.120.240.230.6132.4570.39
HexCCB49B0C18141f2046
Octal31426423301430243740106
Binary110011001011010010011011011001100010100111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB49B; }

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

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

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

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

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

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

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

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