Html Css Color HEX #CFC39C Double Spanish White
📋 copy color: '#CFC39C'red 207 ◦ green 195 ◦ blue 156
Shades of Double Spanish White #CFC39C
Tints of Double Spanish White #CFC39C
RGB
CMYK
RGB Variations
Color information
#CFC39C (or 0xCFC39C) is known color: Double Spanish White. HEX triplet: CF, C3 and 9C. RGB value is (207,195,156). Sum of RGB (Red+Green+Blue) = 207+195+156=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC39C is #303C63. Grayscale: #C2C2C2. Windows color (decimal): -3161188 or 10273743. OLE color: 10273743.
HSL color Cylindrical-coordinate representation of color #CFC39C: hue angle of 45.88º 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 #CFC39C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 156 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.19 |
| HSL | 45.88º | 0.35% | 0.71% | - |
| HSV(B) | 45.88º | 0.25% | 0.81% | - |
| XYZ | 51.25 | 54.7 | 39.31 | - |
| YUV | 194.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 156 | 0 | 0.06 | 0.25 | 0.19 | 45.88 | 0.35 | 0.71 |
| Hex | CF | C3 | 9C | 0 | 6 | 19 | 13 | 2E | 23 | 47 |
| Octal | 317 | 303 | 234 | 0 | 6 | 31 | 23 | 56 | 43 | 107 |
| Binary | 11001111 | 11000011 | 10011100 | 0 | 110 | 11001 | 10011 | 101110 | 100011 | 1000111 |
Color Harmonies of #CFC39C
Complementary color
Monochromatic Colors of #CFC39C
Black with #CFC39C
Text Example
Text Example
White with #CFC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC39C; }
p { color: rgb(207,195,156); }
H1.HeaderClassName
{
color: #CFC39C;
}
.AnyTagClassName
{
color: #CFC39C;
}
</style>
background-color css
<style>
a { background-color: #CFC39C; }
a { background-color: rgb(207,195,156); }
div.DivClassName
{
background-color: #CFC39C;
}
.BgClassName
{
background-color: #CFC39C;
}
</style>
border-color css
<style>
span { border-color: #CFC39C; }
span { border-color: rgb(207,195,156); }
td.TdClassName
{
border-color: #CFC39C;
}
.TagClassName
{
border-color: #CFC39C;
}
</style>