Shades of Cameo #CDA175
Tints of Cameo #CDA175
RGB
CMYK
RGB Variations
Color information
#CDA175 (or 0xCDA175) is known color: Cameo. HEX triplet: CD, A1 and 75. RGB value is (205,161,117). Sum of RGB (Red+Green+Blue) = 205+161+117=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA175 is #325E8A. Grayscale: #A9A9A9. Windows color (decimal): -3301003 or 7709133. OLE color: 7709133.
HSL color Cylindrical-coordinate representation of color #CDA175: hue angle of 30º 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 #CDA175 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 117 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.20 |
| HSL | 30º | 0.47% | 0.63% | - |
| HSV(B) | 30º | 0.43% | 0.8% | - |
| XYZ | 41.13 | 39.75 | 22.33 | - |
| YUV | 169.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 117 | 0 | 0.21 | 0.43 | 0.20 | 30 | 0.47 | 0.63 |
| Hex | CD | A1 | 75 | 0 | 15 | 2B | 14 | 1E | 2F | 3F |
| Octal | 315 | 241 | 165 | 0 | 25 | 53 | 24 | 36 | 57 | 77 |
| Binary | 11001101 | 10100001 | 1110101 | 0 | 10101 | 101011 | 10100 | 11110 | 101111 | 111111 |
Color Harmonies of #CDA175
Complementary color
Monochromatic Colors of #CDA175
Black with #CDA175
Text Example
Text Example
White with #CDA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA175; }
p { color: rgb(205,161,117); }
H1.HeaderClassName
{
color: #CDA175;
}
.AnyTagClassName
{
color: #CDA175;
}
</style>
background-color css
<style>
a { background-color: #CDA175; }
a { background-color: rgb(205,161,117); }
div.DivClassName
{
background-color: #CDA175;
}
.BgClassName
{
background-color: #CDA175;
}
</style>
border-color css
<style>
span { border-color: #CDA175; }
span { border-color: rgb(205,161,117); }
td.TdClassName
{
border-color: #CDA175;
}
.TagClassName
{
border-color: #CDA175;
}
</style>