Shades of Sundance #C3A54C
Tints of Sundance #C3A54C
RGB
CMYK
RGB Variations
Color information
#C3A54C (or 0xC3A54C) is known color: Sundance. HEX triplet: C3, A5 and 4C. RGB value is (195,165,76). Sum of RGB (Red+Green+Blue) = 195+165+76=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A54C is #3C5AB3. Grayscale: #A4A4A4. Windows color (decimal): -3955380 or 5023171. OLE color: 5023171.
HSL color Cylindrical-coordinate representation of color #C3A54C: hue angle of 44.87º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3A54C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 76 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.24 |
| HSL | 44.87º | 0.5% | 0.53% | - |
| HSV(B) | 44.87º | 0.61% | 0.76% | - |
| XYZ | 37.27 | 39.03 | 12.41 | - |
| YUV | 163.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 76 | 0 | 0.15 | 0.61 | 0.24 | 44.87 | 0.5 | 0.53 |
| Hex | C3 | A5 | 4C | 0 | F | 3D | 18 | 2D | 32 | 35 |
| Octal | 303 | 245 | 114 | 0 | 17 | 75 | 30 | 55 | 62 | 65 |
| Binary | 11000011 | 10100101 | 1001100 | 0 | 1111 | 111101 | 11000 | 101101 | 110010 | 110101 |
Color Harmonies of #C3A54C
Complementary color
Monochromatic Colors of #C3A54C
Black with #C3A54C
Text Example
Text Example
White with #C3A54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A54C; }
p { color: rgb(195,165,76); }
H1.HeaderClassName
{
color: #C3A54C;
}
.AnyTagClassName
{
color: #C3A54C;
}
</style>
background-color css
<style>
a { background-color: #C3A54C; }
a { background-color: rgb(195,165,76); }
div.DivClassName
{
background-color: #C3A54C;
}
.BgClassName
{
background-color: #C3A54C;
}
</style>
border-color css
<style>
span { border-color: #C3A54C; }
span { border-color: rgb(195,165,76); }
td.TdClassName
{
border-color: #C3A54C;
}
.TagClassName
{
border-color: #C3A54C;
}
</style>