Html Css Color HEX #CFC298 Double Spanish White
📋 copy color: '#CFC298'red 207 ◦ green 194 ◦ blue 152
Shades of Double Spanish White #CFC298
Tints of Double Spanish White #CFC298
RGB
CMYK
RGB Variations
Color information
#CFC298 (or 0xCFC298) is known color: Double Spanish White. HEX triplet: CF, C2 and 98. RGB value is (207,194,152). Sum of RGB (Red+Green+Blue) = 207+194+152=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC298 is #303D67. Grayscale: #C1C1C1. Windows color (decimal): -3161448 or 10011343. OLE color: 10011343.
HSL color Cylindrical-coordinate representation of color #CFC298: 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 #CFC298 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 152 | - |
| 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.69 | 54.12 | 37.48 | - |
| YUV | 193.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 152 | 0 | 0.06 | 0.27 | 0.19 | 45.82 | 0.36 | 0.7 |
| Hex | CF | C2 | 98 | 0 | 6 | 1B | 13 | 2E | 24 | 46 |
| Octal | 317 | 302 | 230 | 0 | 6 | 33 | 23 | 56 | 44 | 106 |
| Binary | 11001111 | 11000010 | 10011000 | 0 | 110 | 11011 | 10011 | 101110 | 100100 | 1000110 |
Color Harmonies of #CFC298
Complementary color
Monochromatic Colors of #CFC298
Black with #CFC298
Text Example
Text Example
White with #CFC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC298; }
p { color: rgb(207,194,152); }
H1.HeaderClassName
{
color: #CFC298;
}
.AnyTagClassName
{
color: #CFC298;
}
</style>
background-color css
<style>
a { background-color: #CFC298; }
a { background-color: rgb(207,194,152); }
div.DivClassName
{
background-color: #CFC298;
}
.BgClassName
{
background-color: #CFC298;
}
</style>
border-color css
<style>
span { border-color: #CFC298; }
span { border-color: rgb(207,194,152); }
td.TdClassName
{
border-color: #CFC298;
}
.TagClassName
{
border-color: #CFC298;
}
</style>