Html Css Color HEX #CFC1A4 Double Spanish White
📋 copy color: '#CFC1A4'red 207 ◦ green 193 ◦ blue 164
Shades of Double Spanish White #CFC1A4
Tints of Double Spanish White #CFC1A4
RGB
CMYK
RGB Variations
Color information
#CFC1A4 (or 0xCFC1A4) is known color: Double Spanish White. HEX triplet: CF, C1 and A4. RGB value is (207,193,164). Sum of RGB (Red+Green+Blue) = 207+193+164=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1A4 is #303E5B. Grayscale: #C2C2C2. Windows color (decimal): -3161692 or 10797519. OLE color: 10797519.
HSL color Cylindrical-coordinate representation of color #CFC1A4: hue angle of 40.47º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC1A4 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 164 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.19 |
| HSL | 40.47º | 0.31% | 0.73% | - |
| HSV(B) | 40.47º | 0.21% | 0.81% | - |
| XYZ | 51.5 | 54.09 | 42.85 | - |
| YUV | 193.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 164 | 0 | 0.07 | 0.21 | 0.19 | 40.47 | 0.31 | 0.73 |
| Hex | CF | C1 | A4 | 0 | 7 | 15 | 13 | 28 | 1F | 49 |
| Octal | 317 | 301 | 244 | 0 | 7 | 25 | 23 | 50 | 37 | 111 |
| Binary | 11001111 | 11000001 | 10100100 | 0 | 111 | 10101 | 10011 | 101000 | 11111 | 1001001 |
Color Harmonies of #CFC1A4
Complementary color
Monochromatic Colors of #CFC1A4
Black with #CFC1A4
Text Example
Text Example
White with #CFC1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1A4; }
p { color: rgb(207,193,164); }
H1.HeaderClassName
{
color: #CFC1A4;
}
.AnyTagClassName
{
color: #CFC1A4;
}
</style>
background-color css
<style>
a { background-color: #CFC1A4; }
a { background-color: rgb(207,193,164); }
div.DivClassName
{
background-color: #CFC1A4;
}
.BgClassName
{
background-color: #CFC1A4;
}
</style>
border-color css
<style>
span { border-color: #CFC1A4; }
span { border-color: rgb(207,193,164); }
td.TdClassName
{
border-color: #CFC1A4;
}
.TagClassName
{
border-color: #CFC1A4;
}
</style>