Shades of Cameo #CDA48A
Tints of Cameo #CDA48A
RGB
CMYK
RGB Variations
Color information
#CDA48A (or 0xCDA48A) is known color: Cameo. HEX triplet: CD, A4 and 8A. RGB value is (205,164,138). Sum of RGB (Red+Green+Blue) = 205+164+138=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA48A is #325B75. Grayscale: #ADADAD. Windows color (decimal): -3300214 or 9086157. OLE color: 9086157.
HSL color Cylindrical-coordinate representation of color #CDA48A: hue angle of 23.28º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA48A is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 138 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.20 |
| HSL | 23.28º | 0.4% | 0.67% | - |
| HSV(B) | 23.28º | 0.33% | 0.8% | - |
| XYZ | 43.04 | 41.37 | 29.76 | - |
| YUV | 173.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 138 | 0 | 0.2 | 0.33 | 0.20 | 23.28 | 0.4 | 0.67 |
| Hex | CD | A4 | 8A | 0 | 14 | 21 | 14 | 17 | 28 | 43 |
| Octal | 315 | 244 | 212 | 0 | 24 | 41 | 24 | 27 | 50 | 103 |
| Binary | 11001101 | 10100100 | 10001010 | 0 | 10100 | 100001 | 10100 | 10111 | 101000 | 1000011 |
Color Harmonies of #CDA48A
Complementary color
Monochromatic Colors of #CDA48A
Black with #CDA48A
Text Example
Text Example
White with #CDA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA48A; }
p { color: rgb(205,164,138); }
H1.HeaderClassName
{
color: #CDA48A;
}
.AnyTagClassName
{
color: #CDA48A;
}
</style>
background-color css
<style>
a { background-color: #CDA48A; }
a { background-color: rgb(205,164,138); }
div.DivClassName
{
background-color: #CDA48A;
}
.BgClassName
{
background-color: #CDA48A;
}
</style>
border-color css
<style>
span { border-color: #CDA48A; }
span { border-color: rgb(205,164,138); }
td.TdClassName
{
border-color: #CDA48A;
}
.TagClassName
{
border-color: #CDA48A;
}
</style>