Html Css Color HEX #CDC4A2 Double Spanish White
📋 copy color: '#CDC4A2'red 205 ◦ green 196 ◦ blue 162
Shades of Double Spanish White #CDC4A2
Tints of Double Spanish White #CDC4A2
RGB
CMYK
RGB Variations
Color information
#CDC4A2 (or 0xCDC4A2) is known color: Double Spanish White. HEX triplet: CD, C4 and A2. RGB value is (205,196,162). Sum of RGB (Red+Green+Blue) = 205+196+162=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4A2 is #323B5D. Grayscale: #C2C2C2. Windows color (decimal): -3291998 or 10667213. OLE color: 10667213.
HSL color Cylindrical-coordinate representation of color #CDC4A2: hue angle of 47.44º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC4A2 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 196 | 162 | - |
CMYK | 0 | 0.04 | 0.21 | 0.20 |
HSL | 47.44º | 0.3% | 0.72% | - |
HSV(B) | 47.44º | 0.21% | 0.8% | - |
XYZ | 51.44 | 55.07 | 42.1 | - |
YUV | 194.82 | 109.48 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 196 | 162 | 0 | 0.04 | 0.21 | 0.20 | 47.44 | 0.3 | 0.72 |
Hex | CD | C4 | A2 | 0 | 4 | 15 | 14 | 2F | 1E | 48 |
Octal | 315 | 304 | 242 | 0 | 4 | 25 | 24 | 57 | 36 | 110 |
Binary | 11001101 | 11000100 | 10100010 | 0 | 100 | 10101 | 10100 | 101111 | 11110 | 1001000 |
Color Harmonies of #CDC4A2
Complementary color
Monochromatic Colors of #CDC4A2
Black with #CDC4A2
Text Example
Text Example
White with #CDC4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4A2; }
p { color: rgb(205,196,162); }
H1.HeaderClassName
{
color: #CDC4A2;
}
.AnyTagClassName
{
color: #CDC4A2;
}
</style>
background-color css
<style>
a { background-color: #CDC4A2; }
a { background-color: rgb(205,196,162); }
div.DivClassName
{
background-color: #CDC4A2;
}
.BgClassName
{
background-color: #CDC4A2;
}
</style>
border-color css
<style>
span { border-color: #CDC4A2; }
span { border-color: rgb(205,196,162); }
td.TdClassName
{
border-color: #CDC4A2;
}
.TagClassName
{
border-color: #CDC4A2;
}
</style>