Html Css Color HEX #CEC298 Double Spanish White
📋 copy color: '#CEC298'red 206 ◦ green 194 ◦ blue 152
Shades of Double Spanish White #CEC298
Tints of Double Spanish White #CEC298
RGB
CMYK
RGB Variations
Color information
#CEC298 (or 0xCEC298) is known color: Double Spanish White. HEX triplet: CE, C2 and 98. RGB value is (206,194,152). Sum of RGB (Red+Green+Blue) = 206+194+152=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC298 is #313D67. Grayscale: #C0C0C0. Windows color (decimal): -3226984 or 10011342. OLE color: 10011342.
HSL color Cylindrical-coordinate representation of color #CEC298: hue angle of 46.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEC298 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 152 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.19 |
| HSL | 46.67º | 0.36% | 0.7% | - |
| HSV(B) | 46.67º | 0.26% | 0.81% | - |
| XYZ | 50.41 | 53.97 | 37.47 | - |
| YUV | 192.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 152 | 0 | 0.06 | 0.26 | 0.19 | 46.67 | 0.36 | 0.7 |
| Hex | CE | C2 | 98 | 0 | 6 | 1A | 13 | 2F | 24 | 46 |
| Octal | 316 | 302 | 230 | 0 | 6 | 32 | 23 | 57 | 44 | 106 |
| Binary | 11001110 | 11000010 | 10011000 | 0 | 110 | 11010 | 10011 | 101111 | 100100 | 1000110 |
Color Harmonies of #CEC298
Complementary color
Monochromatic Colors of #CEC298
Black with #CEC298
Text Example
Text Example
White with #CEC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC298; }
p { color: rgb(206,194,152); }
H1.HeaderClassName
{
color: #CEC298;
}
.AnyTagClassName
{
color: #CEC298;
}
</style>
background-color css
<style>
a { background-color: #CEC298; }
a { background-color: rgb(206,194,152); }
div.DivClassName
{
background-color: #CEC298;
}
.BgClassName
{
background-color: #CEC298;
}
</style>
border-color css
<style>
span { border-color: #CEC298; }
span { border-color: rgb(206,194,152); }
td.TdClassName
{
border-color: #CEC298;
}
.TagClassName
{
border-color: #CEC298;
}
</style>