Shades of Cameo #CDA38B
Tints of Cameo #CDA38B
RGB
CMYK
RGB Variations
Color information
#CDA38B (or 0xCDA38B) is known color: Cameo. HEX triplet: CD, A3 and 8B. RGB value is (205,163,139). Sum of RGB (Red+Green+Blue) = 205+163+139=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA38B is #325C74. Grayscale: #ACACAC. Windows color (decimal): -3300469 or 9151437. OLE color: 9151437.
HSL color Cylindrical-coordinate representation of color #CDA38B: hue angle of 21.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA38B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 139 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.20 |
| HSL | 21.82º | 0.4% | 0.67% | - |
| HSV(B) | 21.82º | 0.32% | 0.8% | - |
| XYZ | 42.93 | 41.04 | 30.08 | - |
| YUV | 172.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 139 | 0 | 0.20 | 0.32 | 0.20 | 21.82 | 0.4 | 0.67 |
| Hex | CD | A3 | 8B | 0 | 14 | 20 | 14 | 16 | 28 | 43 |
| Octal | 315 | 243 | 213 | 0 | 24 | 40 | 24 | 26 | 50 | 103 |
| Binary | 11001101 | 10100011 | 10001011 | 0 | 10100 | 100000 | 10100 | 10110 | 101000 | 1000011 |
Color Harmonies of #CDA38B
Complementary color
Monochromatic Colors of #CDA38B
Black with #CDA38B
Text Example
Text Example
White with #CDA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA38B; }
p { color: rgb(205,163,139); }
H1.HeaderClassName
{
color: #CDA38B;
}
.AnyTagClassName
{
color: #CDA38B;
}
</style>
background-color css
<style>
a { background-color: #CDA38B; }
a { background-color: rgb(205,163,139); }
div.DivClassName
{
background-color: #CDA38B;
}
.BgClassName
{
background-color: #CDA38B;
}
</style>
border-color css
<style>
span { border-color: #CDA38B; }
span { border-color: rgb(205,163,139); }
td.TdClassName
{
border-color: #CDA38B;
}
.TagClassName
{
border-color: #CDA38B;
}
</style>