Html Css Color HEX #CBC4A0 Double Spanish White
📋 copy color: '#CBC4A0'red 203 ◦ green 196 ◦ blue 160
Shades of Double Spanish White #CBC4A0
Tints of Double Spanish White #CBC4A0
RGB
CMYK
RGB Variations
Color information
#CBC4A0 (or 0xCBC4A0) is known color: Double Spanish White. HEX triplet: CB, C4 and A0. RGB value is (203,196,160). Sum of RGB (Red+Green+Blue) = 203+196+160=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4A0 is #343B5F. Grayscale: #C2C2C2. Windows color (decimal): -3423072 or 10536139. OLE color: 10536139.
HSL color Cylindrical-coordinate representation of color #CBC4A0: hue angle of 50.23º 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 #CBC4A0 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 160 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.20 |
| HSL | 50.23º | 0.29% | 0.71% | - |
| HSV(B) | 50.23º | 0.21% | 0.8% | - |
| XYZ | 50.71 | 54.71 | 41.15 | - |
| YUV | 193.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 160 | 0 | 0.03 | 0.21 | 0.20 | 50.23 | 0.29 | 0.71 |
| Hex | CB | C4 | A0 | 0 | 3 | 15 | 14 | 32 | 1D | 47 |
| Octal | 313 | 304 | 240 | 0 | 3 | 25 | 24 | 62 | 35 | 107 |
| Binary | 11001011 | 11000100 | 10100000 | 0 | 11 | 10101 | 10100 | 110010 | 11101 | 1000111 |
Color Harmonies of #CBC4A0
Complementary color
Monochromatic Colors of #CBC4A0
Black with #CBC4A0
Text Example
Text Example
White with #CBC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4A0; }
p { color: rgb(203,196,160); }
H1.HeaderClassName
{
color: #CBC4A0;
}
.AnyTagClassName
{
color: #CBC4A0;
}
</style>
background-color css
<style>
a { background-color: #CBC4A0; }
a { background-color: rgb(203,196,160); }
div.DivClassName
{
background-color: #CBC4A0;
}
.BgClassName
{
background-color: #CBC4A0;
}
</style>
border-color css
<style>
span { border-color: #CBC4A0; }
span { border-color: rgb(203,196,160); }
td.TdClassName
{
border-color: #CBC4A0;
}
.TagClassName
{
border-color: #CBC4A0;
}
</style>