Shades of Cameo #CDA48C
Tints of Cameo #CDA48C
RGB
CMYK
RGB Variations
Color information
#CDA48C (or 0xCDA48C) is known color: Cameo. HEX triplet: CD, A4 and 8C. RGB value is (205,164,140). Sum of RGB (Red+Green+Blue) = 205+164+140=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA48C is #325B73. Grayscale: #ADADAD. Windows color (decimal): -3300212 or 9217229. OLE color: 9217229.
HSL color Cylindrical-coordinate representation of color #CDA48C: hue angle of 22.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA48C is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 140 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.20 |
| HSL | 22.15º | 0.39% | 0.68% | - |
| HSV(B) | 22.15º | 0.32% | 0.8% | - |
| XYZ | 43.19 | 41.42 | 30.53 | - |
| YUV | 173.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 140 | 0 | 0.2 | 0.32 | 0.20 | 22.15 | 0.39 | 0.68 |
| Hex | CD | A4 | 8C | 0 | 14 | 20 | 14 | 16 | 27 | 44 |
| Octal | 315 | 244 | 214 | 0 | 24 | 40 | 24 | 26 | 47 | 104 |
| Binary | 11001101 | 10100100 | 10001100 | 0 | 10100 | 100000 | 10100 | 10110 | 100111 | 1000100 |
Color Harmonies of #CDA48C
Complementary color
Monochromatic Colors of #CDA48C
Black with #CDA48C
Text Example
Text Example
White with #CDA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA48C; }
p { color: rgb(205,164,140); }
H1.HeaderClassName
{
color: #CDA48C;
}
.AnyTagClassName
{
color: #CDA48C;
}
</style>
background-color css
<style>
a { background-color: #CDA48C; }
a { background-color: rgb(205,164,140); }
div.DivClassName
{
background-color: #CDA48C;
}
.BgClassName
{
background-color: #CDA48C;
}
</style>
border-color css
<style>
span { border-color: #CDA48C; }
span { border-color: rgb(205,164,140); }
td.TdClassName
{
border-color: #CDA48C;
}
.TagClassName
{
border-color: #CDA48C;
}
</style>