Html Css Color HEX #CFC49C Double Spanish White
📋 copy color: '#CFC49C'red 207 ◦ green 196 ◦ blue 156
Shades of Double Spanish White #CFC49C
Tints of Double Spanish White #CFC49C
RGB
CMYK
RGB Variations
Color information
#CFC49C (or 0xCFC49C) is known color: Double Spanish White. HEX triplet: CF, C4 and 9C. RGB value is (207,196,156). Sum of RGB (Red+Green+Blue) = 207+196+156=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49C is #303B63. Grayscale: #C2C2C2. Windows color (decimal): -3160932 or 10273999. OLE color: 10273999.
HSL color Cylindrical-coordinate representation of color #CFC49C: hue angle of 47.06º 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 #CFC49C is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 156 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.19 |
| HSL | 47.06º | 0.35% | 0.71% | - |
| HSV(B) | 47.06º | 0.25% | 0.81% | - |
| XYZ | 51.47 | 55.15 | 39.38 | - |
| YUV | 194.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 156 | 0 | 0.05 | 0.25 | 0.19 | 47.06 | 0.35 | 0.71 |
| Hex | CF | C4 | 9C | 0 | 5 | 19 | 13 | 2F | 23 | 47 |
| Octal | 317 | 304 | 234 | 0 | 5 | 31 | 23 | 57 | 43 | 107 |
| Binary | 11001111 | 11000100 | 10011100 | 0 | 101 | 11001 | 10011 | 101111 | 100011 | 1000111 |
Color Harmonies of #CFC49C
Complementary color
Monochromatic Colors of #CFC49C
Black with #CFC49C
Text Example
Text Example
White with #CFC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC49C; }
p { color: rgb(207,196,156); }
H1.HeaderClassName
{
color: #CFC49C;
}
.AnyTagClassName
{
color: #CFC49C;
}
</style>
background-color css
<style>
a { background-color: #CFC49C; }
a { background-color: rgb(207,196,156); }
div.DivClassName
{
background-color: #CFC49C;
}
.BgClassName
{
background-color: #CFC49C;
}
</style>
border-color css
<style>
span { border-color: #CFC49C; }
span { border-color: rgb(207,196,156); }
td.TdClassName
{
border-color: #CFC49C;
}
.TagClassName
{
border-color: #CFC49C;
}
</style>