Html Css Color HEX #CBC4A1 Double Spanish White
📋 copy color: '#CBC4A1'red 203 ◦ green 196 ◦ blue 161
Shades of Double Spanish White #CBC4A1
Tints of Double Spanish White #CBC4A1
RGB
CMYK
RGB Variations
Color information
#CBC4A1 (or 0xCBC4A1) is known color: Double Spanish White. HEX triplet: CB, C4 and A1. RGB value is (203,196,161). Sum of RGB (Red+Green+Blue) = 203+196+161=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4A1 is #343B5E. Grayscale: #C2C2C2. Windows color (decimal): -3423071 or 10601675. OLE color: 10601675.
HSL color Cylindrical-coordinate representation of color #CBC4A1: hue angle of 50º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC4A1 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 161 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.20 |
| HSL | 50º | 0.29% | 0.71% | - |
| HSV(B) | 50º | 0.21% | 0.8% | - |
| XYZ | 50.8 | 54.75 | 41.61 | - |
| YUV | 194.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 161 | 0 | 0.03 | 0.21 | 0.20 | 50 | 0.29 | 0.71 |
| Hex | CB | C4 | A1 | 0 | 3 | 15 | 14 | 32 | 1D | 47 |
| Octal | 313 | 304 | 241 | 0 | 3 | 25 | 24 | 62 | 35 | 107 |
| Binary | 11001011 | 11000100 | 10100001 | 0 | 11 | 10101 | 10100 | 110010 | 11101 | 1000111 |
Color Harmonies of #CBC4A1
Complementary color
Monochromatic Colors of #CBC4A1
Black with #CBC4A1
Text Example
Text Example
White with #CBC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4A1; }
p { color: rgb(203,196,161); }
H1.HeaderClassName
{
color: #CBC4A1;
}
.AnyTagClassName
{
color: #CBC4A1;
}
</style>
background-color css
<style>
a { background-color: #CBC4A1; }
a { background-color: rgb(203,196,161); }
div.DivClassName
{
background-color: #CBC4A1;
}
.BgClassName
{
background-color: #CBC4A1;
}
</style>
border-color css
<style>
span { border-color: #CBC4A1; }
span { border-color: rgb(203,196,161); }
td.TdClassName
{
border-color: #CBC4A1;
}
.TagClassName
{
border-color: #CBC4A1;
}
</style>