Html Css Color HEX #CCC29B Double Spanish White
📋 copy color: '#CCC29B'red 204 ◦ green 194 ◦ blue 155
Shades of Double Spanish White #CCC29B
Tints of Double Spanish White #CCC29B
RGB
CMYK
RGB Variations
Color information
#CCC29B (or 0xCCC29B) is known color: Double Spanish White. HEX triplet: CC, C2 and 9B. RGB value is (204,194,155). Sum of RGB (Red+Green+Blue) = 204+194+155=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC29B is #333D64. Grayscale: #C0C0C0. Windows color (decimal): -3358053 or 10207948. OLE color: 10207948.
HSL color Cylindrical-coordinate representation of color #CCC29B: hue angle of 47.76º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC29B is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 155 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.2 |
| HSL | 47.76º | 0.32% | 0.7% | - |
| HSV(B) | 47.76º | 0.24% | 0.8% | - |
| XYZ | 50.11 | 53.79 | 38.75 | - |
| YUV | 192.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 155 | 0 | 0.05 | 0.24 | 0.2 | 47.76 | 0.32 | 0.7 |
| Hex | CC | C2 | 9B | 0 | 5 | 18 | 14 | 30 | 20 | 46 |
| Octal | 314 | 302 | 233 | 0 | 5 | 30 | 24 | 60 | 40 | 106 |
| Binary | 11001100 | 11000010 | 10011011 | 0 | 101 | 11000 | 10100 | 110000 | 100000 | 1000110 |
Color Harmonies of #CCC29B
Complementary color
Monochromatic Colors of #CCC29B
Black with #CCC29B
Text Example
Text Example
White with #CCC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC29B; }
p { color: rgb(204,194,155); }
H1.HeaderClassName
{
color: #CCC29B;
}
.AnyTagClassName
{
color: #CCC29B;
}
</style>
background-color css
<style>
a { background-color: #CCC29B; }
a { background-color: rgb(204,194,155); }
div.DivClassName
{
background-color: #CCC29B;
}
.BgClassName
{
background-color: #CCC29B;
}
</style>
border-color css
<style>
span { border-color: #CCC29B; }
span { border-color: rgb(204,194,155); }
td.TdClassName
{
border-color: #CCC29B;
}
.TagClassName
{
border-color: #CCC29B;
}
</style>