#CCC49F

Color #CCC49F Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #CCC49F

Tints of Double Spanish White #CCC49F

Color information

#CCC49F (or 0xCCC49F) is unknown color: approx Double Spanish White. HEX triplet: CC, C4 and 9F. RGB value is (204,196,159). Sum of RGB (Red+Green+Blue) = 204+196+159=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49F is #333B60. Grayscale: #C2C2C2. Windows color (decimal): -3357537 or 10470604. OLE color: 10470604.

HSL color Cylindrical-coordinate representation of color #CCC49F: hue angle of 49.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC49F is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204196159-
CMYK00.040.220.2
HSL49.33º30.61%71.18%-
HSV(B)49.33º22.06%80%-
XYZ50.954.8240.7-
YUV194.17108.15135.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=36.49%
G=35.06%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419615900.040.220.249.3330.6171.18
HexCCC49F041614311f47
Octal3143042370426246137107
Binary11001100110001001001111101001011010100110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC49F; }

 p { color: rgb(204,196,159); }

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

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

 a { background-color: rgb(204,196,159); }

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

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

 span { border-color: rgb(204,196,159); }

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