Html Css Color HEX #CCC4A5 Double Spanish White
📋 copy color: '#CCC4A5'red 204 ◦ green 196 ◦ blue 165
Shades of Double Spanish White #CCC4A5
Tints of Double Spanish White #CCC4A5
RGB
CMYK
RGB Variations
Color information
#CCC4A5 (or 0xCCC4A5) is known color: Double Spanish White. HEX triplet: CC, C4 and A5. RGB value is (204,196,165). Sum of RGB (Red+Green+Blue) = 204+196+165=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4A5 is #333B5A. Grayscale: #C2C2C2. Windows color (decimal): -3357531 or 10863820. OLE color: 10863820.
HSL color Cylindrical-coordinate representation of color #CCC4A5: hue angle of 47.69º 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 #CCC4A5 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 165 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.2 |
| HSL | 47.69º | 0.28% | 0.72% | - |
| HSV(B) | 47.69º | 0.19% | 0.8% | - |
| XYZ | 51.43 | 55.03 | 43.51 | - |
| YUV | 194.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 165 | 0 | 0.04 | 0.19 | 0.2 | 47.69 | 0.28 | 0.72 |
| Hex | CC | C4 | A5 | 0 | 4 | 13 | 14 | 30 | 1C | 48 |
| Octal | 314 | 304 | 245 | 0 | 4 | 23 | 24 | 60 | 34 | 110 |
| Binary | 11001100 | 11000100 | 10100101 | 0 | 100 | 10011 | 10100 | 110000 | 11100 | 1001000 |
Color Harmonies of #CCC4A5
Complementary color
Monochromatic Colors of #CCC4A5
Black with #CCC4A5
Text Example
Text Example
White with #CCC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4A5; }
p { color: rgb(204,196,165); }
H1.HeaderClassName
{
color: #CCC4A5;
}
.AnyTagClassName
{
color: #CCC4A5;
}
</style>
background-color css
<style>
a { background-color: #CCC4A5; }
a { background-color: rgb(204,196,165); }
div.DivClassName
{
background-color: #CCC4A5;
}
.BgClassName
{
background-color: #CCC4A5;
}
</style>
border-color css
<style>
span { border-color: #CCC4A5; }
span { border-color: rgb(204,196,165); }
td.TdClassName
{
border-color: #CCC4A5;
}
.TagClassName
{
border-color: #CCC4A5;
}
</style>