Html Css Color HEX #CEC4A5 Double Spanish White
📋 copy color: '#CEC4A5'red 206 ◦ green 196 ◦ blue 165
Shades of Double Spanish White #CEC4A5
Tints of Double Spanish White #CEC4A5
RGB
CMYK
RGB Variations
Color information
#CEC4A5 (or 0xCEC4A5) is known color: Double Spanish White. HEX triplet: CE, C4 and A5. RGB value is (206,196,165). Sum of RGB (Red+Green+Blue) = 206+196+165=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4A5 is #313B5A. Grayscale: #C3C3C3. Windows color (decimal): -3226459 or 10863822. OLE color: 10863822.
HSL color Cylindrical-coordinate representation of color #CEC4A5: hue angle of 45.37º degrees, saturation: 0.29, 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 #CEC4A5 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 165 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.19 |
| HSL | 45.37º | 0.29% | 0.73% | - |
| HSV(B) | 45.37º | 0.2% | 0.81% | - |
| XYZ | 51.99 | 55.32 | 43.53 | - |
| YUV | 195.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 165 | 0 | 0.05 | 0.20 | 0.19 | 45.37 | 0.29 | 0.73 |
| Hex | CE | C4 | A5 | 0 | 5 | 14 | 13 | 2D | 1D | 49 |
| Octal | 316 | 304 | 245 | 0 | 5 | 24 | 23 | 55 | 35 | 111 |
| Binary | 11001110 | 11000100 | 10100101 | 0 | 101 | 10100 | 10011 | 101101 | 11101 | 1001001 |
Color Harmonies of #CEC4A5
Complementary color
Monochromatic Colors of #CEC4A5
Black with #CEC4A5
Text Example
Text Example
White with #CEC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4A5; }
p { color: rgb(206,196,165); }
H1.HeaderClassName
{
color: #CEC4A5;
}
.AnyTagClassName
{
color: #CEC4A5;
}
</style>
background-color css
<style>
a { background-color: #CEC4A5; }
a { background-color: rgb(206,196,165); }
div.DivClassName
{
background-color: #CEC4A5;
}
.BgClassName
{
background-color: #CEC4A5;
}
</style>
border-color css
<style>
span { border-color: #CEC4A5; }
span { border-color: rgb(206,196,165); }
td.TdClassName
{
border-color: #CEC4A5;
}
.TagClassName
{
border-color: #CEC4A5;
}
</style>