Html Css Color HEX #CFC39A Double Spanish White
📋 copy color: '#CFC39A'red 207 ◦ green 195 ◦ blue 154
Shades of Double Spanish White #CFC39A
Tints of Double Spanish White #CFC39A
RGB
CMYK
RGB Variations
Color information
#CFC39A (or 0xCFC39A) is known color: Double Spanish White. HEX triplet: CF, C3 and 9A. RGB value is (207,195,154). Sum of RGB (Red+Green+Blue) = 207+195+154=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC39A is #303C65. Grayscale: #C2C2C2. Windows color (decimal): -3161190 or 10142671. OLE color: 10142671.
HSL color Cylindrical-coordinate representation of color #CFC39A: hue angle of 46.42º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFC39A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 154 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.19 |
| HSL | 46.42º | 0.36% | 0.71% | - |
| HSV(B) | 46.42º | 0.26% | 0.81% | - |
| XYZ | 51.08 | 54.63 | 38.42 | - |
| YUV | 193.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 154 | 0 | 0.06 | 0.26 | 0.19 | 46.42 | 0.36 | 0.71 |
| Hex | CF | C3 | 9A | 0 | 6 | 1A | 13 | 2E | 24 | 47 |
| Octal | 317 | 303 | 232 | 0 | 6 | 32 | 23 | 56 | 44 | 107 |
| Binary | 11001111 | 11000011 | 10011010 | 0 | 110 | 11010 | 10011 | 101110 | 100100 | 1000111 |
Color Harmonies of #CFC39A
Complementary color
Monochromatic Colors of #CFC39A
Black with #CFC39A
Text Example
Text Example
White with #CFC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC39A; }
p { color: rgb(207,195,154); }
H1.HeaderClassName
{
color: #CFC39A;
}
.AnyTagClassName
{
color: #CFC39A;
}
</style>
background-color css
<style>
a { background-color: #CFC39A; }
a { background-color: rgb(207,195,154); }
div.DivClassName
{
background-color: #CFC39A;
}
.BgClassName
{
background-color: #CFC39A;
}
</style>
border-color css
<style>
span { border-color: #CFC39A; }
span { border-color: rgb(207,195,154); }
td.TdClassName
{
border-color: #CFC39A;
}
.TagClassName
{
border-color: #CFC39A;
}
</style>