Html Css Color HEX #CFC19C Double Spanish White
📋 copy color: '#CFC19C'red 207 ◦ green 193 ◦ blue 156
Shades of Double Spanish White #CFC19C
Tints of Double Spanish White #CFC19C
RGB
CMYK
RGB Variations
Color information
#CFC19C (or 0xCFC19C) is known color: Double Spanish White. HEX triplet: CF, C1 and 9C. RGB value is (207,193,156). Sum of RGB (Red+Green+Blue) = 207+193+156=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC19C is #303E63. Grayscale: #C1C1C1. Windows color (decimal): -3161700 or 10273231. OLE color: 10273231.
HSL color Cylindrical-coordinate representation of color #CFC19C: hue angle of 43.53º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC19C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 156 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.19 |
| HSL | 43.53º | 0.35% | 0.71% | - |
| HSV(B) | 43.53º | 0.25% | 0.81% | - |
| XYZ | 50.8 | 53.81 | 39.16 | - |
| YUV | 192.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 156 | 0 | 0.07 | 0.25 | 0.19 | 43.53 | 0.35 | 0.71 |
| Hex | CF | C1 | 9C | 0 | 7 | 19 | 13 | 2C | 23 | 47 |
| Octal | 317 | 301 | 234 | 0 | 7 | 31 | 23 | 54 | 43 | 107 |
| Binary | 11001111 | 11000001 | 10011100 | 0 | 111 | 11001 | 10011 | 101100 | 100011 | 1000111 |
Color Harmonies of #CFC19C
Complementary color
Monochromatic Colors of #CFC19C
Black with #CFC19C
Text Example
Text Example
White with #CFC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC19C; }
p { color: rgb(207,193,156); }
H1.HeaderClassName
{
color: #CFC19C;
}
.AnyTagClassName
{
color: #CFC19C;
}
</style>
background-color css
<style>
a { background-color: #CFC19C; }
a { background-color: rgb(207,193,156); }
div.DivClassName
{
background-color: #CFC19C;
}
.BgClassName
{
background-color: #CFC19C;
}
</style>
border-color css
<style>
span { border-color: #CFC19C; }
span { border-color: rgb(207,193,156); }
td.TdClassName
{
border-color: #CFC19C;
}
.TagClassName
{
border-color: #CFC19C;
}
</style>