Shades of Cameo #CDA375
Tints of Cameo #CDA375
RGB
CMYK
RGB Variations
Color information
#CDA375 (or 0xCDA375) is known color: Cameo. HEX triplet: CD, A3 and 75. RGB value is (205,163,117). Sum of RGB (Red+Green+Blue) = 205+163+117=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA375 is #325C8A. Grayscale: #AAAAAA. Windows color (decimal): -3300491 or 7709645. OLE color: 7709645.
HSL color Cylindrical-coordinate representation of color #CDA375: hue angle of 31.36º 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 #CDA375 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 117 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.20 |
| HSL | 31.36º | 0.47% | 0.63% | - |
| HSV(B) | 31.36º | 0.43% | 0.8% | - |
| XYZ | 41.48 | 40.46 | 22.45 | - |
| YUV | 170.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 117 | 0 | 0.20 | 0.43 | 0.20 | 31.36 | 0.47 | 0.63 |
| Hex | CD | A3 | 75 | 0 | 14 | 2B | 14 | 1F | 2F | 3F |
| Octal | 315 | 243 | 165 | 0 | 24 | 53 | 24 | 37 | 57 | 77 |
| Binary | 11001101 | 10100011 | 1110101 | 0 | 10100 | 101011 | 10100 | 11111 | 101111 | 111111 |
Color Harmonies of #CDA375
Complementary color
Monochromatic Colors of #CDA375
Black with #CDA375
Text Example
Text Example
White with #CDA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA375; }
p { color: rgb(205,163,117); }
H1.HeaderClassName
{
color: #CDA375;
}
.AnyTagClassName
{
color: #CDA375;
}
</style>
background-color css
<style>
a { background-color: #CDA375; }
a { background-color: rgb(205,163,117); }
div.DivClassName
{
background-color: #CDA375;
}
.BgClassName
{
background-color: #CDA375;
}
</style>
border-color css
<style>
span { border-color: #CDA375; }
span { border-color: rgb(205,163,117); }
td.TdClassName
{
border-color: #CDA375;
}
.TagClassName
{
border-color: #CDA375;
}
</style>