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