#CCC1AA

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

Shades of Double Spanish White #CCC1AA

Tints of Double Spanish White #CCC1AA

Color information

#CCC1AA (or 0xCCC1AA) is unknown color: approx Double Spanish White. HEX triplet: CC, C1 and AA. RGB value is (204,193,170). Sum of RGB (Red+Green+Blue) = 204+193+170=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AA is #333E55. Grayscale: #C1C1C1. Windows color (decimal): -3358294 or 11190732. OLE color: 11190732.

HSL color Cylindrical-coordinate representation of color #CCC1AA: hue angle of 40.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC1AA is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204193170-
CMYK00.050.170.2
HSL40.59º25%73.33%-
HSV(B)40.59º16.67%80%-
XYZ51.2353.8845.73-
YUV193.67114.64135.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=35.98%
G=34.04%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419317000.050.170.240.592573.33
HexCCC1AA051114291949
Octal3143012520521245131111
Binary11001100110000011010101001011000110100101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1AA; }

 p { color: rgb(204,193,170); }

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

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

 a { background-color: rgb(204,193,170); }

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

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

 span { border-color: rgb(204,193,170); }

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