Shades of Sundance #C8AA4B
Tints of Sundance #C8AA4B
RGB
CMYK
RGB Variations
Color information
#C8AA4B (or 0xC8AA4B) is known color: Sundance. HEX triplet: C8, AA and 4B. RGB value is (200,170,75). Sum of RGB (Red+Green+Blue) = 200+170+75=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA4B is #3755B4. Grayscale: #A8A8A8. Windows color (decimal): -3626421 or 4958920. OLE color: 4958920.
HSL color Cylindrical-coordinate representation of color #C8AA4B: hue angle of 45.6º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8AA4B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 75 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.22 |
| HSL | 45.6º | 0.53% | 0.54% | - |
| HSV(B) | 45.6º | 0.63% | 0.78% | - |
| XYZ | 39.46 | 41.54 | 12.59 | - |
| YUV | 168.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 75 | 0 | 0.15 | 0.62 | 0.22 | 45.6 | 0.53 | 0.54 |
| Hex | C8 | AA | 4B | 0 | F | 3E | 16 | 2E | 35 | 36 |
| Octal | 310 | 252 | 113 | 0 | 17 | 76 | 26 | 56 | 65 | 66 |
| Binary | 11001000 | 10101010 | 1001011 | 0 | 1111 | 111110 | 10110 | 101110 | 110101 | 110110 |
Color Harmonies of #C8AA4B
Complementary color
Monochromatic Colors of #C8AA4B
Black with #C8AA4B
Text Example
Text Example
White with #C8AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA4B; }
p { color: rgb(200,170,75); }
H1.HeaderClassName
{
color: #C8AA4B;
}
.AnyTagClassName
{
color: #C8AA4B;
}
</style>
background-color css
<style>
a { background-color: #C8AA4B; }
a { background-color: rgb(200,170,75); }
div.DivClassName
{
background-color: #C8AA4B;
}
.BgClassName
{
background-color: #C8AA4B;
}
</style>
border-color css
<style>
span { border-color: #C8AA4B; }
span { border-color: rgb(200,170,75); }
td.TdClassName
{
border-color: #C8AA4B;
}
.TagClassName
{
border-color: #C8AA4B;
}
</style>