Html Css Color HEX #CCC1A5 Double Spanish White
📋 copy color: '#CCC1A5'red 204 ◦ green 193 ◦ blue 165
Shades of Double Spanish White #CCC1A5
Tints of Double Spanish White #CCC1A5
RGB
CMYK
RGB Variations
Color information
#CCC1A5 (or 0xCCC1A5) is known color: Double Spanish White. HEX triplet: CC, C1 and A5. RGB value is (204,193,165). Sum of RGB (Red+Green+Blue) = 204+193+165=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1A5 is #333E5A. Grayscale: #C1C1C1. Windows color (decimal): -3358299 or 10863052. OLE color: 10863052.
HSL color Cylindrical-coordinate representation of color #CCC1A5: hue angle of 43.08º 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 #CCC1A5 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 165 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.2 |
| HSL | 43.08º | 0.28% | 0.72% | - |
| HSV(B) | 43.08º | 0.19% | 0.8% | - |
| XYZ | 50.76 | 53.69 | 43.29 | - |
| YUV | 193.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 165 | 0 | 0.05 | 0.19 | 0.2 | 43.08 | 0.28 | 0.72 |
| Hex | CC | C1 | A5 | 0 | 5 | 13 | 14 | 2B | 1C | 48 |
| Octal | 314 | 301 | 245 | 0 | 5 | 23 | 24 | 53 | 34 | 110 |
| Binary | 11001100 | 11000001 | 10100101 | 0 | 101 | 10011 | 10100 | 101011 | 11100 | 1001000 |
Color Harmonies of #CCC1A5
Complementary color
Monochromatic Colors of #CCC1A5
Black with #CCC1A5
Text Example
Text Example
White with #CCC1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1A5; }
p { color: rgb(204,193,165); }
H1.HeaderClassName
{
color: #CCC1A5;
}
.AnyTagClassName
{
color: #CCC1A5;
}
</style>
background-color css
<style>
a { background-color: #CCC1A5; }
a { background-color: rgb(204,193,165); }
div.DivClassName
{
background-color: #CCC1A5;
}
.BgClassName
{
background-color: #CCC1A5;
}
</style>
border-color css
<style>
span { border-color: #CCC1A5; }
span { border-color: rgb(204,193,165); }
td.TdClassName
{
border-color: #CCC1A5;
}
.TagClassName
{
border-color: #CCC1A5;
}
</style>