Html Css Color HEX #CFC2A5 Double Spanish White
📋 copy color: '#CFC2A5'red 207 ◦ green 194 ◦ blue 165
Shades of Double Spanish White #CFC2A5
Tints of Double Spanish White #CFC2A5
RGB
CMYK
RGB Variations
Color information
#CFC2A5 (or 0xCFC2A5) is known color: Double Spanish White. HEX triplet: CF, C2 and A5. RGB value is (207,194,165). Sum of RGB (Red+Green+Blue) = 207+194+165=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC2A5 is #303D5A. Grayscale: #C2C2C2. Windows color (decimal): -3161435 or 10863311. OLE color: 10863311.
HSL color Cylindrical-coordinate representation of color #CFC2A5: hue angle of 41.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC2A5 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 165 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.19 |
| HSL | 41.43º | 0.3% | 0.73% | - |
| HSV(B) | 41.43º | 0.2% | 0.81% | - |
| XYZ | 51.82 | 54.57 | 43.4 | - |
| YUV | 194.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 165 | 0 | 0.06 | 0.20 | 0.19 | 41.43 | 0.3 | 0.73 |
| Hex | CF | C2 | A5 | 0 | 6 | 14 | 13 | 29 | 1E | 49 |
| Octal | 317 | 302 | 245 | 0 | 6 | 24 | 23 | 51 | 36 | 111 |
| Binary | 11001111 | 11000010 | 10100101 | 0 | 110 | 10100 | 10011 | 101001 | 11110 | 1001001 |
Color Harmonies of #CFC2A5
Complementary color
Monochromatic Colors of #CFC2A5
Black with #CFC2A5
Text Example
Text Example
White with #CFC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2A5; }
p { color: rgb(207,194,165); }
H1.HeaderClassName
{
color: #CFC2A5;
}
.AnyTagClassName
{
color: #CFC2A5;
}
</style>
background-color css
<style>
a { background-color: #CFC2A5; }
a { background-color: rgb(207,194,165); }
div.DivClassName
{
background-color: #CFC2A5;
}
.BgClassName
{
background-color: #CFC2A5;
}
</style>
border-color css
<style>
span { border-color: #CFC2A5; }
span { border-color: rgb(207,194,165); }
td.TdClassName
{
border-color: #CFC2A5;
}
.TagClassName
{
border-color: #CFC2A5;
}
</style>