Html Css Color HEX #CFC29B Double Spanish White
📋 copy color: '#CFC29B'red 207 ◦ green 194 ◦ blue 155
Shades of Double Spanish White #CFC29B
Tints of Double Spanish White #CFC29B
RGB
CMYK
RGB Variations
Color information
#CFC29B (or 0xCFC29B) is known color: Double Spanish White. HEX triplet: CF, C2 and 9B. RGB value is (207,194,155). Sum of RGB (Red+Green+Blue) = 207+194+155=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC29B is #303D64. Grayscale: #C1C1C1. Windows color (decimal): -3161445 or 10207951. OLE color: 10207951.
HSL color Cylindrical-coordinate representation of color #CFC29B: hue angle of 45º 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 #CFC29B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 155 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.19 |
| HSL | 45º | 0.35% | 0.71% | - |
| HSV(B) | 45º | 0.25% | 0.81% | - |
| XYZ | 50.94 | 54.22 | 38.79 | - |
| YUV | 193.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 155 | 0 | 0.06 | 0.25 | 0.19 | 45 | 0.35 | 0.71 |
| Hex | CF | C2 | 9B | 0 | 6 | 19 | 13 | 2D | 23 | 47 |
| Octal | 317 | 302 | 233 | 0 | 6 | 31 | 23 | 55 | 43 | 107 |
| Binary | 11001111 | 11000010 | 10011011 | 0 | 110 | 11001 | 10011 | 101101 | 100011 | 1000111 |
Color Harmonies of #CFC29B
Complementary color
Monochromatic Colors of #CFC29B
Black with #CFC29B
Text Example
Text Example
White with #CFC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC29B; }
p { color: rgb(207,194,155); }
H1.HeaderClassName
{
color: #CFC29B;
}
.AnyTagClassName
{
color: #CFC29B;
}
</style>
background-color css
<style>
a { background-color: #CFC29B; }
a { background-color: rgb(207,194,155); }
div.DivClassName
{
background-color: #CFC29B;
}
.BgClassName
{
background-color: #CFC29B;
}
</style>
border-color css
<style>
span { border-color: #CFC29B; }
span { border-color: rgb(207,194,155); }
td.TdClassName
{
border-color: #CFC29B;
}
.TagClassName
{
border-color: #CFC29B;
}
</style>