Shades of Cameo #CDA38C
Tints of Cameo #CDA38C
RGB
CMYK
RGB Variations
Color information
#CDA38C (or 0xCDA38C) is known color: Cameo. HEX triplet: CD, A3 and 8C. RGB value is (205,163,140). Sum of RGB (Red+Green+Blue) = 205+163+140=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA38C is #325C73. Grayscale: #ADADAD. Windows color (decimal): -3300468 or 9216973. OLE color: 9216973.
HSL color Cylindrical-coordinate representation of color #CDA38C: hue angle of 21.23º 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 #CDA38C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 140 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.20 |
| HSL | 21.23º | 0.39% | 0.68% | - |
| HSV(B) | 21.23º | 0.32% | 0.8% | - |
| XYZ | 43.01 | 41.07 | 30.47 | - |
| YUV | 172.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 140 | 0 | 0.20 | 0.32 | 0.20 | 21.23 | 0.39 | 0.68 |
| Hex | CD | A3 | 8C | 0 | 14 | 20 | 14 | 15 | 27 | 44 |
| Octal | 315 | 243 | 214 | 0 | 24 | 40 | 24 | 25 | 47 | 104 |
| Binary | 11001101 | 10100011 | 10001100 | 0 | 10100 | 100000 | 10100 | 10101 | 100111 | 1000100 |
Color Harmonies of #CDA38C
Complementary color
Monochromatic Colors of #CDA38C
Black with #CDA38C
Text Example
Text Example
White with #CDA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA38C; }
p { color: rgb(205,163,140); }
H1.HeaderClassName
{
color: #CDA38C;
}
.AnyTagClassName
{
color: #CDA38C;
}
</style>
background-color css
<style>
a { background-color: #CDA38C; }
a { background-color: rgb(205,163,140); }
div.DivClassName
{
background-color: #CDA38C;
}
.BgClassName
{
background-color: #CDA38C;
}
</style>
border-color css
<style>
span { border-color: #CDA38C; }
span { border-color: rgb(205,163,140); }
td.TdClassName
{
border-color: #CDA38C;
}
.TagClassName
{
border-color: #CDA38C;
}
</style>