Shades of Cameo #CDA380
Tints of Cameo #CDA380
RGB
CMYK
RGB Variations
Color information
#CDA380 (or 0xCDA380) is known color: Cameo. HEX triplet: CD, A3 and 80. RGB value is (205,163,128). Sum of RGB (Red+Green+Blue) = 205+163+128=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA380 is #325C7F. Grayscale: #ABABAB. Windows color (decimal): -3300480 or 8430541. OLE color: 8430541.
HSL color Cylindrical-coordinate representation of color #CDA380: hue angle of 27.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDA380 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 128 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.20 |
| HSL | 27.27º | 0.44% | 0.65% | - |
| HSV(B) | 27.27º | 0.38% | 0.8% | - |
| XYZ | 42.17 | 40.73 | 26.06 | - |
| YUV | 171.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 128 | 0 | 0.20 | 0.38 | 0.20 | 27.27 | 0.44 | 0.65 |
| Hex | CD | A3 | 80 | 0 | 14 | 26 | 14 | 1B | 2C | 41 |
| Octal | 315 | 243 | 200 | 0 | 24 | 46 | 24 | 33 | 54 | 101 |
| Binary | 11001101 | 10100011 | 10000000 | 0 | 10100 | 100110 | 10100 | 11011 | 101100 | 1000001 |
Color Harmonies of #CDA380
Complementary color
Monochromatic Colors of #CDA380
Black with #CDA380
Text Example
Text Example
White with #CDA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA380; }
p { color: rgb(205,163,128); }
H1.HeaderClassName
{
color: #CDA380;
}
.AnyTagClassName
{
color: #CDA380;
}
</style>
background-color css
<style>
a { background-color: #CDA380; }
a { background-color: rgb(205,163,128); }
div.DivClassName
{
background-color: #CDA380;
}
.BgClassName
{
background-color: #CDA380;
}
</style>
border-color css
<style>
span { border-color: #CDA380; }
span { border-color: rgb(205,163,128); }
td.TdClassName
{
border-color: #CDA380;
}
.TagClassName
{
border-color: #CDA380;
}
</style>