Html Css Color HEX #CCC3A5 Double Spanish White
📋 copy color: '#CCC3A5'red 204 ◦ green 195 ◦ blue 165
Shades of Double Spanish White #CCC3A5
Tints of Double Spanish White #CCC3A5
RGB
CMYK
RGB Variations
Color information
#CCC3A5 (or 0xCCC3A5) is known color: Double Spanish White. HEX triplet: CC, C3 and A5. RGB value is (204,195,165). Sum of RGB (Red+Green+Blue) = 204+195+165=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3A5 is #333C5A. Grayscale: #C2C2C2. Windows color (decimal): -3357787 or 10863564. OLE color: 10863564.
HSL color Cylindrical-coordinate representation of color #CCC3A5: hue angle of 46.15º 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 #CCC3A5 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 165 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.2 |
| HSL | 46.15º | 0.28% | 0.72% | - |
| HSV(B) | 46.15º | 0.19% | 0.8% | - |
| XYZ | 51.21 | 54.58 | 43.43 | - |
| YUV | 194.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 165 | 0 | 0.04 | 0.19 | 0.2 | 46.15 | 0.28 | 0.72 |
| Hex | CC | C3 | A5 | 0 | 4 | 13 | 14 | 2E | 1C | 48 |
| Octal | 314 | 303 | 245 | 0 | 4 | 23 | 24 | 56 | 34 | 110 |
| Binary | 11001100 | 11000011 | 10100101 | 0 | 100 | 10011 | 10100 | 101110 | 11100 | 1001000 |
Color Harmonies of #CCC3A5
Complementary color
Monochromatic Colors of #CCC3A5
Black with #CCC3A5
Text Example
Text Example
White with #CCC3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3A5; }
p { color: rgb(204,195,165); }
H1.HeaderClassName
{
color: #CCC3A5;
}
.AnyTagClassName
{
color: #CCC3A5;
}
</style>
background-color css
<style>
a { background-color: #CCC3A5; }
a { background-color: rgb(204,195,165); }
div.DivClassName
{
background-color: #CCC3A5;
}
.BgClassName
{
background-color: #CCC3A5;
}
</style>
border-color css
<style>
span { border-color: #CCC3A5; }
span { border-color: rgb(204,195,165); }
td.TdClassName
{
border-color: #CCC3A5;
}
.TagClassName
{
border-color: #CCC3A5;
}
</style>