Html Css Color HEX #CCC2A5 Double Spanish White
📋 copy color: '#CCC2A5'red 204 ◦ green 194 ◦ blue 165
Shades of Double Spanish White #CCC2A5
Tints of Double Spanish White #CCC2A5
RGB
CMYK
RGB Variations
Color information
#CCC2A5 (or 0xCCC2A5) is known color: Double Spanish White. HEX triplet: CC, C2 and A5. RGB value is (204,194,165). Sum of RGB (Red+Green+Blue) = 204+194+165=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2A5 is #333D5A. Grayscale: #C1C1C1. Windows color (decimal): -3358043 or 10863308. OLE color: 10863308.
HSL color Cylindrical-coordinate representation of color #CCC2A5: hue angle of 44.62º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 165 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.2 |
| HSL | 44.62º | 0.28% | 0.72% | - |
| HSV(B) | 44.62º | 0.19% | 0.8% | - |
| XYZ | 50.99 | 54.14 | 43.36 | - |
| YUV | 193.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 165 | 0 | 0.05 | 0.19 | 0.2 | 44.62 | 0.28 | 0.72 |
| Hex | CC | C2 | A5 | 0 | 5 | 13 | 14 | 2D | 1C | 48 |
| Octal | 314 | 302 | 245 | 0 | 5 | 23 | 24 | 55 | 34 | 110 |
| Binary | 11001100 | 11000010 | 10100101 | 0 | 101 | 10011 | 10100 | 101101 | 11100 | 1001000 |
Color Harmonies of #CCC2A5
Complementary color
Monochromatic Colors of #CCC2A5
Black with #CCC2A5
Text Example
Text Example
White with #CCC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2A5; }
p { color: rgb(204,194,165); }
H1.HeaderClassName
{
color: #CCC2A5;
}
.AnyTagClassName
{
color: #CCC2A5;
}
</style>
background-color css
<style>
a { background-color: #CCC2A5; }
a { background-color: rgb(204,194,165); }
div.DivClassName
{
background-color: #CCC2A5;
}
.BgClassName
{
background-color: #CCC2A5;
}
</style>
border-color css
<style>
span { border-color: #CCC2A5; }
span { border-color: rgb(204,194,165); }
td.TdClassName
{
border-color: #CCC2A5;
}
.TagClassName
{
border-color: #CCC2A5;
}
</style>