Html Css Color HEX #CEC197 Double Spanish White
📋 copy color: '#CEC197'red 206 ◦ green 193 ◦ blue 151
Shades of Double Spanish White #CEC197
Tints of Double Spanish White #CEC197
RGB
CMYK
RGB Variations
Color information
#CEC197 (or 0xCEC197) is known color: Double Spanish White. HEX triplet: CE, C1 and 97. RGB value is (206,193,151). Sum of RGB (Red+Green+Blue) = 206+193+151=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC197 is #313E68. Grayscale: #C0C0C0. Windows color (decimal): -3227241 or 9945550. OLE color: 9945550.
HSL color Cylindrical-coordinate representation of color #CEC197: hue angle of 45.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEC197 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 151 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.19 |
| HSL | 45.82º | 0.36% | 0.7% | - |
| HSV(B) | 45.82º | 0.27% | 0.81% | - |
| XYZ | 50.11 | 53.5 | 36.96 | - |
| YUV | 192.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 151 | 0 | 0.06 | 0.27 | 0.19 | 45.82 | 0.36 | 0.7 |
| Hex | CE | C1 | 97 | 0 | 6 | 1B | 13 | 2E | 24 | 46 |
| Octal | 316 | 301 | 227 | 0 | 6 | 33 | 23 | 56 | 44 | 106 |
| Binary | 11001110 | 11000001 | 10010111 | 0 | 110 | 11011 | 10011 | 101110 | 100100 | 1000110 |
Color Harmonies of #CEC197
Complementary color
Monochromatic Colors of #CEC197
Black with #CEC197
Text Example
Text Example
White with #CEC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC197; }
p { color: rgb(206,193,151); }
H1.HeaderClassName
{
color: #CEC197;
}
.AnyTagClassName
{
color: #CEC197;
}
</style>
background-color css
<style>
a { background-color: #CEC197; }
a { background-color: rgb(206,193,151); }
div.DivClassName
{
background-color: #CEC197;
}
.BgClassName
{
background-color: #CEC197;
}
</style>
border-color css
<style>
span { border-color: #CEC197; }
span { border-color: rgb(206,193,151); }
td.TdClassName
{
border-color: #CEC197;
}
.TagClassName
{
border-color: #CEC197;
}
</style>