Shades of Cameo #CDA274
Tints of Cameo #CDA274
RGB
CMYK
RGB Variations
Color information
#CDA274 (or 0xCDA274) is known color: Cameo. HEX triplet: CD, A2 and 74. RGB value is (205,162,116). Sum of RGB (Red+Green+Blue) = 205+162+116=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA274 is #325D8B. Grayscale: #A9A9A9. Windows color (decimal): -3300748 or 7643853. OLE color: 7643853.
HSL color Cylindrical-coordinate representation of color #CDA274: hue angle of 31.01º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDA274 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 116 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.20 |
| HSL | 31.01º | 0.47% | 0.63% | - |
| HSV(B) | 31.01º | 0.43% | 0.8% | - |
| XYZ | 41.25 | 40.08 | 22.09 | - |
| YUV | 169.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 116 | 0 | 0.21 | 0.43 | 0.20 | 31.01 | 0.47 | 0.63 |
| Hex | CD | A2 | 74 | 0 | 15 | 2B | 14 | 1F | 2F | 3F |
| Octal | 315 | 242 | 164 | 0 | 25 | 53 | 24 | 37 | 57 | 77 |
| Binary | 11001101 | 10100010 | 1110100 | 0 | 10101 | 101011 | 10100 | 11111 | 101111 | 111111 |
Color Harmonies of #CDA274
Complementary color
Monochromatic Colors of #CDA274
Black with #CDA274
Text Example
Text Example
White with #CDA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA274; }
p { color: rgb(205,162,116); }
H1.HeaderClassName
{
color: #CDA274;
}
.AnyTagClassName
{
color: #CDA274;
}
</style>
background-color css
<style>
a { background-color: #CDA274; }
a { background-color: rgb(205,162,116); }
div.DivClassName
{
background-color: #CDA274;
}
.BgClassName
{
background-color: #CDA274;
}
</style>
border-color css
<style>
span { border-color: #CDA274; }
span { border-color: rgb(205,162,116); }
td.TdClassName
{
border-color: #CDA274;
}
.TagClassName
{
border-color: #CDA274;
}
</style>