Html Css Color HEX #CFC09C Double Spanish White
📋 copy color: '#CFC09C'red 207 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #CFC09C
Tints of Double Spanish White #CFC09C
RGB
CMYK
RGB Variations
Color information
#CFC09C (or 0xCFC09C) is known color: Double Spanish White. HEX triplet: CF, C0 and 9C. RGB value is (207,192,156). Sum of RGB (Red+Green+Blue) = 207+192+156=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC09C is #303F63. Grayscale: #C0C0C0. Windows color (decimal): -3161956 or 10272975. OLE color: 10272975.
HSL color Cylindrical-coordinate representation of color #CFC09C: hue angle of 42.35º 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 #CFC09C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 156 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.19 |
| HSL | 42.35º | 0.35% | 0.71% | - |
| HSV(B) | 42.35º | 0.25% | 0.81% | - |
| XYZ | 50.58 | 53.36 | 39.09 | - |
| YUV | 192.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 156 | 0 | 0.07 | 0.25 | 0.19 | 42.35 | 0.35 | 0.71 |
| Hex | CF | C0 | 9C | 0 | 7 | 19 | 13 | 2A | 23 | 47 |
| Octal | 317 | 300 | 234 | 0 | 7 | 31 | 23 | 52 | 43 | 107 |
| Binary | 11001111 | 11000000 | 10011100 | 0 | 111 | 11001 | 10011 | 101010 | 100011 | 1000111 |
Color Harmonies of #CFC09C
Complementary color
Monochromatic Colors of #CFC09C
Black with #CFC09C
Text Example
Text Example
White with #CFC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC09C; }
p { color: rgb(207,192,156); }
H1.HeaderClassName
{
color: #CFC09C;
}
.AnyTagClassName
{
color: #CFC09C;
}
</style>
background-color css
<style>
a { background-color: #CFC09C; }
a { background-color: rgb(207,192,156); }
div.DivClassName
{
background-color: #CFC09C;
}
.BgClassName
{
background-color: #CFC09C;
}
</style>
border-color css
<style>
span { border-color: #CFC09C; }
span { border-color: rgb(207,192,156); }
td.TdClassName
{
border-color: #CFC09C;
}
.TagClassName
{
border-color: #CFC09C;
}
</style>