Html Css Color HEX #CCC19D Double Spanish White
📋 copy color: '#CCC19D'red 204 ◦ green 193 ◦ blue 157
Shades of Double Spanish White #CCC19D
Tints of Double Spanish White #CCC19D
RGB
CMYK
RGB Variations
Color information
#CCC19D (or 0xCCC19D) is known color: Double Spanish White. HEX triplet: CC, C1 and 9D. RGB value is (204,193,157). Sum of RGB (Red+Green+Blue) = 204+193+157=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC19D is #333E62. Grayscale: #C0C0C0. Windows color (decimal): -3358307 or 10338764. OLE color: 10338764.
HSL color Cylindrical-coordinate representation of color #CCC19D: hue angle of 45.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC19D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 157 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.2 |
| HSL | 45.96º | 0.32% | 0.71% | - |
| HSV(B) | 45.96º | 0.23% | 0.8% | - |
| XYZ | 50.06 | 53.41 | 39.57 | - |
| YUV | 192.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 157 | 0 | 0.05 | 0.23 | 0.2 | 45.96 | 0.32 | 0.71 |
| Hex | CC | C1 | 9D | 0 | 5 | 17 | 14 | 2E | 20 | 47 |
| Octal | 314 | 301 | 235 | 0 | 5 | 27 | 24 | 56 | 40 | 107 |
| Binary | 11001100 | 11000001 | 10011101 | 0 | 101 | 10111 | 10100 | 101110 | 100000 | 1000111 |
Color Harmonies of #CCC19D
Complementary color
Monochromatic Colors of #CCC19D
Black with #CCC19D
Text Example
Text Example
White with #CCC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC19D; }
p { color: rgb(204,193,157); }
H1.HeaderClassName
{
color: #CCC19D;
}
.AnyTagClassName
{
color: #CCC19D;
}
</style>
background-color css
<style>
a { background-color: #CCC19D; }
a { background-color: rgb(204,193,157); }
div.DivClassName
{
background-color: #CCC19D;
}
.BgClassName
{
background-color: #CCC19D;
}
</style>
border-color css
<style>
span { border-color: #CCC19D; }
span { border-color: rgb(204,193,157); }
td.TdClassName
{
border-color: #CCC19D;
}
.TagClassName
{
border-color: #CCC19D;
}
</style>