Shades of Cameo #CDA275
Tints of Cameo #CDA275
RGB
CMYK
RGB Variations
Color information
#CDA275 (or 0xCDA275) is known color: Cameo. HEX triplet: CD, A2 and 75. RGB value is (205,162,117). Sum of RGB (Red+Green+Blue) = 205+162+117=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA275 is #325D8A. Grayscale: #A9A9A9. Windows color (decimal): -3300747 or 7709389. OLE color: 7709389.
HSL color Cylindrical-coordinate representation of color #CDA275: hue angle of 30.68º 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 #CDA275 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 117 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.20 |
| HSL | 30.68º | 0.47% | 0.63% | - |
| HSV(B) | 30.68º | 0.43% | 0.8% | - |
| XYZ | 41.31 | 40.1 | 22.39 | - |
| YUV | 169.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 117 | 0 | 0.21 | 0.43 | 0.20 | 30.68 | 0.47 | 0.63 |
| Hex | CD | A2 | 75 | 0 | 15 | 2B | 14 | 1F | 2F | 3F |
| Octal | 315 | 242 | 165 | 0 | 25 | 53 | 24 | 37 | 57 | 77 |
| Binary | 11001101 | 10100010 | 1110101 | 0 | 10101 | 101011 | 10100 | 11111 | 101111 | 111111 |
Color Harmonies of #CDA275
Complementary color
Monochromatic Colors of #CDA275
Black with #CDA275
Text Example
Text Example
White with #CDA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA275; }
p { color: rgb(205,162,117); }
H1.HeaderClassName
{
color: #CDA275;
}
.AnyTagClassName
{
color: #CDA275;
}
</style>
background-color css
<style>
a { background-color: #CDA275; }
a { background-color: rgb(205,162,117); }
div.DivClassName
{
background-color: #CDA275;
}
.BgClassName
{
background-color: #CDA275;
}
</style>
border-color css
<style>
span { border-color: #CDA275; }
span { border-color: rgb(205,162,117); }
td.TdClassName
{
border-color: #CDA275;
}
.TagClassName
{
border-color: #CDA275;
}
</style>