Html Css Color HEX #CCC0A5 Double Spanish White
📋 copy color: '#CCC0A5'red 204 ◦ green 192 ◦ blue 165
Shades of Double Spanish White #CCC0A5
Tints of Double Spanish White #CCC0A5
RGB
CMYK
RGB Variations
Color information
#CCC0A5 (or 0xCCC0A5) is known color: Double Spanish White. HEX triplet: CC, C0 and A5. RGB value is (204,192,165). Sum of RGB (Red+Green+Blue) = 204+192+165=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A5 is #333F5A. Grayscale: #C0C0C0. Windows color (decimal): -3358555 or 10862796. OLE color: 10862796.
HSL color Cylindrical-coordinate representation of color #CCC0A5: hue angle of 41.54º 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 #CCC0A5 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 165 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.2 |
| HSL | 41.54º | 0.28% | 0.72% | - |
| HSV(B) | 41.54º | 0.19% | 0.8% | - |
| XYZ | 50.54 | 53.25 | 43.21 | - |
| YUV | 192.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 165 | 0 | 0.06 | 0.19 | 0.2 | 41.54 | 0.28 | 0.72 |
| Hex | CC | C0 | A5 | 0 | 6 | 13 | 14 | 2A | 1C | 48 |
| Octal | 314 | 300 | 245 | 0 | 6 | 23 | 24 | 52 | 34 | 110 |
| Binary | 11001100 | 11000000 | 10100101 | 0 | 110 | 10011 | 10100 | 101010 | 11100 | 1001000 |
Color Harmonies of #CCC0A5
Complementary color
Monochromatic Colors of #CCC0A5
Black with #CCC0A5
Text Example
Text Example
White with #CCC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0A5; }
p { color: rgb(204,192,165); }
H1.HeaderClassName
{
color: #CCC0A5;
}
.AnyTagClassName
{
color: #CCC0A5;
}
</style>
background-color css
<style>
a { background-color: #CCC0A5; }
a { background-color: rgb(204,192,165); }
div.DivClassName
{
background-color: #CCC0A5;
}
.BgClassName
{
background-color: #CCC0A5;
}
</style>
border-color css
<style>
span { border-color: #CCC0A5; }
span { border-color: rgb(204,192,165); }
td.TdClassName
{
border-color: #CCC0A5;
}
.TagClassName
{
border-color: #CCC0A5;
}
</style>