#CCB39A

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

Shades of Vanilla #CCB39A

Tints of Vanilla #CCB39A

Color information

#CCB39A (or 0xCCB39A) is unknown color: approx Vanilla. HEX triplet: CC, B3 and 9A. RGB value is (204,179,154). Sum of RGB (Red+Green+Blue) = 204+179+154=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB39A is #334C65. Grayscale: #B7B7B7. Windows color (decimal): -3361894 or 10138572. OLE color: 10138572.

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

Color convert

RGB204179154-
CMYK00.120.250.2
HSL30º32.89%70.2%-
HSV(B)30º24.51%80%-
XYZ46.8547.4137.25-
YUV183.62111.28142.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=37.99%
G=33.33%
B=28.68%

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
Decimal20417915400.120.250.23032.8970.2
HexCCB39A0C19141e2146
Octal31426323201431243641106
Binary110011001011001110011010011001100110100111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB39A; }

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

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

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

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

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

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

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

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