Html Css Color HEX #CCC5A4 Double Spanish White
📋 copy color: '#CCC5A4'red 204 ◦ green 197 ◦ blue 164
Shades of Double Spanish White #CCC5A4
Tints of Double Spanish White #CCC5A4
RGB
CMYK
RGB Variations
Color information
#CCC5A4 (or 0xCCC5A4) is known color: Double Spanish White. HEX triplet: CC, C5 and A4. RGB value is (204,197,164). Sum of RGB (Red+Green+Blue) = 204+197+164=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5A4 is #333A5B. Grayscale: #C3C3C3. Windows color (decimal): -3357276 or 10798540. OLE color: 10798540.
HSL color Cylindrical-coordinate representation of color #CCC5A4: hue angle of 49.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 164 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.2 |
| HSL | 49.5º | 0.28% | 0.72% | - |
| HSV(B) | 49.5º | 0.2% | 0.8% | - |
| XYZ | 51.57 | 55.45 | 43.11 | - |
| YUV | 195.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 164 | 0 | 0.03 | 0.20 | 0.2 | 49.5 | 0.28 | 0.72 |
| Hex | CC | C5 | A4 | 0 | 3 | 14 | 14 | 32 | 1C | 48 |
| Octal | 314 | 305 | 244 | 0 | 3 | 24 | 24 | 62 | 34 | 110 |
| Binary | 11001100 | 11000101 | 10100100 | 0 | 11 | 10100 | 10100 | 110010 | 11100 | 1001000 |
Color Harmonies of #CCC5A4
Complementary color
Monochromatic Colors of #CCC5A4
Black with #CCC5A4
Text Example
Text Example
White with #CCC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5A4; }
p { color: rgb(204,197,164); }
H1.HeaderClassName
{
color: #CCC5A4;
}
.AnyTagClassName
{
color: #CCC5A4;
}
</style>
background-color css
<style>
a { background-color: #CCC5A4; }
a { background-color: rgb(204,197,164); }
div.DivClassName
{
background-color: #CCC5A4;
}
.BgClassName
{
background-color: #CCC5A4;
}
</style>
border-color css
<style>
span { border-color: #CCC5A4; }
span { border-color: rgb(204,197,164); }
td.TdClassName
{
border-color: #CCC5A4;
}
.TagClassName
{
border-color: #CCC5A4;
}
</style>