Html Css Color HEX #CFC198 Double Spanish White
📋 copy color: '#CFC198'red 207 ◦ green 193 ◦ blue 152
Shades of Double Spanish White #CFC198
Tints of Double Spanish White #CFC198
RGB
CMYK
RGB Variations
Color information
#CFC198 (or 0xCFC198) is known color: Double Spanish White. HEX triplet: CF, C1 and 98. RGB value is (207,193,152). Sum of RGB (Red+Green+Blue) = 207+193+152=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC198 is #303E67. Grayscale: #C0C0C0. Windows color (decimal): -3161704 or 10011087. OLE color: 10011087.
HSL color Cylindrical-coordinate representation of color #CFC198: hue angle of 44.73º 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 #CFC198 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 152 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.19 |
| HSL | 44.73º | 0.36% | 0.7% | - |
| HSV(B) | 44.73º | 0.27% | 0.81% | - |
| XYZ | 50.47 | 53.67 | 37.41 | - |
| YUV | 192.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 152 | 0 | 0.07 | 0.27 | 0.19 | 44.73 | 0.36 | 0.7 |
| Hex | CF | C1 | 98 | 0 | 7 | 1B | 13 | 2D | 24 | 46 |
| Octal | 317 | 301 | 230 | 0 | 7 | 33 | 23 | 55 | 44 | 106 |
| Binary | 11001111 | 11000001 | 10011000 | 0 | 111 | 11011 | 10011 | 101101 | 100100 | 1000110 |
Color Harmonies of #CFC198
Complementary color
Monochromatic Colors of #CFC198
Black with #CFC198
Text Example
Text Example
White with #CFC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC198; }
p { color: rgb(207,193,152); }
H1.HeaderClassName
{
color: #CFC198;
}
.AnyTagClassName
{
color: #CFC198;
}
</style>
background-color css
<style>
a { background-color: #CFC198; }
a { background-color: rgb(207,193,152); }
div.DivClassName
{
background-color: #CFC198;
}
.BgClassName
{
background-color: #CFC198;
}
</style>
border-color css
<style>
span { border-color: #CFC198; }
span { border-color: rgb(207,193,152); }
td.TdClassName
{
border-color: #CFC198;
}
.TagClassName
{
border-color: #CFC198;
}
</style>