Html Css Color HEX #CCC3A7 Double Spanish White
📋 copy color: '#CCC3A7'red 204 ◦ green 195 ◦ blue 167
Shades of Double Spanish White #CCC3A7
Tints of Double Spanish White #CCC3A7
RGB
CMYK
RGB Variations
Color information
#CCC3A7 (or 0xCCC3A7) is known color: Double Spanish White. HEX triplet: CC, C3 and A7. RGB value is (204,195,167). Sum of RGB (Red+Green+Blue) = 204+195+167=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3A7 is #333C58. Grayscale: #C2C2C2. Windows color (decimal): -3357785 or 10994636. OLE color: 10994636.
HSL color Cylindrical-coordinate representation of color #CCC3A7: hue angle of 45.41º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC3A7 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 167 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.2 |
| HSL | 45.41º | 0.27% | 0.73% | - |
| HSV(B) | 45.41º | 0.18% | 0.8% | - |
| XYZ | 51.39 | 54.66 | 44.4 | - |
| YUV | 194.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 167 | 0 | 0.04 | 0.18 | 0.2 | 45.41 | 0.27 | 0.73 |
| Hex | CC | C3 | A7 | 0 | 4 | 12 | 14 | 2D | 1B | 49 |
| Octal | 314 | 303 | 247 | 0 | 4 | 22 | 24 | 55 | 33 | 111 |
| Binary | 11001100 | 11000011 | 10100111 | 0 | 100 | 10010 | 10100 | 101101 | 11011 | 1001001 |
Color Harmonies of #CCC3A7
Complementary color
Monochromatic Colors of #CCC3A7
Black with #CCC3A7
Text Example
Text Example
White with #CCC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3A7; }
p { color: rgb(204,195,167); }
H1.HeaderClassName
{
color: #CCC3A7;
}
.AnyTagClassName
{
color: #CCC3A7;
}
</style>
background-color css
<style>
a { background-color: #CCC3A7; }
a { background-color: rgb(204,195,167); }
div.DivClassName
{
background-color: #CCC3A7;
}
.BgClassName
{
background-color: #CCC3A7;
}
</style>
border-color css
<style>
span { border-color: #CCC3A7; }
span { border-color: rgb(204,195,167); }
td.TdClassName
{
border-color: #CCC3A7;
}
.TagClassName
{
border-color: #CCC3A7;
}
</style>