Shades of Cameo #CDA677
Tints of Cameo #CDA677
RGB
CMYK
RGB Variations
Color information
#CDA677 (or 0xCDA677) is known color: Cameo. HEX triplet: CD, A6 and 77. RGB value is (205,166,119). Sum of RGB (Red+Green+Blue) = 205+166+119=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA677 is #325988. Grayscale: #ACACAC. Windows color (decimal): -3299721 or 7841485. OLE color: 7841485.
HSL color Cylindrical-coordinate representation of color #CDA677: hue angle of 32.79º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA677 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 119 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.20 |
| HSL | 32.79º | 0.46% | 0.64% | - |
| HSV(B) | 32.79º | 0.42% | 0.8% | - |
| XYZ | 42.14 | 41.58 | 23.26 | - |
| YUV | 172.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 119 | 0 | 0.19 | 0.42 | 0.20 | 32.79 | 0.46 | 0.64 |
| Hex | CD | A6 | 77 | 0 | 13 | 2A | 14 | 21 | 2E | 40 |
| Octal | 315 | 246 | 167 | 0 | 23 | 52 | 24 | 41 | 56 | 100 |
| Binary | 11001101 | 10100110 | 1110111 | 0 | 10011 | 101010 | 10100 | 100001 | 101110 | 1000000 |
Color Harmonies of #CDA677
Complementary color
Monochromatic Colors of #CDA677
Black with #CDA677
Text Example
Text Example
White with #CDA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA677; }
p { color: rgb(205,166,119); }
H1.HeaderClassName
{
color: #CDA677;
}
.AnyTagClassName
{
color: #CDA677;
}
</style>
background-color css
<style>
a { background-color: #CDA677; }
a { background-color: rgb(205,166,119); }
div.DivClassName
{
background-color: #CDA677;
}
.BgClassName
{
background-color: #CDA677;
}
</style>
border-color css
<style>
span { border-color: #CDA677; }
span { border-color: rgb(205,166,119); }
td.TdClassName
{
border-color: #CDA677;
}
.TagClassName
{
border-color: #CDA677;
}
</style>