Shades of Cameo #CDA475
Tints of Cameo #CDA475
RGB
CMYK
RGB Variations
Color information
#CDA475 (or 0xCDA475) is known color: Cameo. HEX triplet: CD, A4 and 75. RGB value is (205,164,117). Sum of RGB (Red+Green+Blue) = 205+164+117=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA475 is #325B8A. Grayscale: #ABABAB. Windows color (decimal): -3300235 or 7709901. OLE color: 7709901.
HSL color Cylindrical-coordinate representation of color #CDA475: hue angle of 32.05º 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 #CDA475 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 117 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.20 |
| HSL | 32.05º | 0.47% | 0.63% | - |
| HSV(B) | 32.05º | 0.43% | 0.8% | - |
| XYZ | 41.66 | 40.81 | 22.51 | - |
| YUV | 170.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 117 | 0 | 0.2 | 0.43 | 0.20 | 32.05 | 0.47 | 0.63 |
| Hex | CD | A4 | 75 | 0 | 14 | 2B | 14 | 20 | 2F | 3F |
| Octal | 315 | 244 | 165 | 0 | 24 | 53 | 24 | 40 | 57 | 77 |
| Binary | 11001101 | 10100100 | 1110101 | 0 | 10100 | 101011 | 10100 | 100000 | 101111 | 111111 |
Color Harmonies of #CDA475
Complementary color
Monochromatic Colors of #CDA475
Black with #CDA475
Text Example
Text Example
White with #CDA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA475; }
p { color: rgb(205,164,117); }
H1.HeaderClassName
{
color: #CDA475;
}
.AnyTagClassName
{
color: #CDA475;
}
</style>
background-color css
<style>
a { background-color: #CDA475; }
a { background-color: rgb(205,164,117); }
div.DivClassName
{
background-color: #CDA475;
}
.BgClassName
{
background-color: #CDA475;
}
</style>
border-color css
<style>
span { border-color: #CDA475; }
span { border-color: rgb(205,164,117); }
td.TdClassName
{
border-color: #CDA475;
}
.TagClassName
{
border-color: #CDA475;
}
</style>