Shades of Sundance #C3AF55
Tints of Sundance #C3AF55
RGB
CMYK
RGB Variations
Color information
#C3AF55 (or 0xC3AF55) is known color: Sundance. HEX triplet: C3, AF and 55. RGB value is (195,175,85). Sum of RGB (Red+Green+Blue) = 195+175+85=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF55 is #3C50AA. Grayscale: #ABABAB. Windows color (decimal): -3952811 or 5615555. OLE color: 5615555.
HSL color Cylindrical-coordinate representation of color #C3AF55: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3AF55 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 85 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.24 |
| HSL | 49.09º | 0.48% | 0.55% | - |
| HSV(B) | 49.09º | 0.56% | 0.76% | - |
| XYZ | 39.48 | 42.92 | 14.8 | - |
| YUV | 170.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 85 | 0 | 0.10 | 0.56 | 0.24 | 49.09 | 0.48 | 0.55 |
| Hex | C3 | AF | 55 | 0 | A | 38 | 18 | 31 | 30 | 37 |
| Octal | 303 | 257 | 125 | 0 | 12 | 70 | 30 | 61 | 60 | 67 |
| Binary | 11000011 | 10101111 | 1010101 | 0 | 1010 | 111000 | 11000 | 110001 | 110000 | 110111 |
Color Harmonies of #C3AF55
Complementary color
Monochromatic Colors of #C3AF55
Black with #C3AF55
Text Example
Text Example
White with #C3AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF55; }
p { color: rgb(195,175,85); }
H1.HeaderClassName
{
color: #C3AF55;
}
.AnyTagClassName
{
color: #C3AF55;
}
</style>
background-color css
<style>
a { background-color: #C3AF55; }
a { background-color: rgb(195,175,85); }
div.DivClassName
{
background-color: #C3AF55;
}
.BgClassName
{
background-color: #C3AF55;
}
</style>
border-color css
<style>
span { border-color: #C3AF55; }
span { border-color: rgb(195,175,85); }
td.TdClassName
{
border-color: #C3AF55;
}
.TagClassName
{
border-color: #C3AF55;
}
</style>