Shades of Sundance #C3AF4B
Tints of Sundance #C3AF4B
RGB
CMYK
RGB Variations
Color information
#C3AF4B (or 0xC3AF4B) is known color: Sundance. HEX triplet: C3, AF and 4B. RGB value is (195,175,75). Sum of RGB (Red+Green+Blue) = 195+175+75=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF4B is #3C50B4. Grayscale: #AAAAAA. Windows color (decimal): -3952821 or 4960195. OLE color: 4960195.
HSL color Cylindrical-coordinate representation of color #C3AF4B: hue angle of 50º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3AF4B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 75 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.24 |
| HSL | 50º | 0.5% | 0.53% | - |
| HSV(B) | 50º | 0.62% | 0.76% | - |
| XYZ | 39.11 | 42.77 | 12.85 | - |
| YUV | 169.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 75 | 0 | 0.10 | 0.62 | 0.24 | 50 | 0.5 | 0.53 |
| Hex | C3 | AF | 4B | 0 | A | 3E | 18 | 32 | 32 | 35 |
| Octal | 303 | 257 | 113 | 0 | 12 | 76 | 30 | 62 | 62 | 65 |
| Binary | 11000011 | 10101111 | 1001011 | 0 | 1010 | 111110 | 11000 | 110010 | 110010 | 110101 |
Color Harmonies of #C3AF4B
Complementary color
Monochromatic Colors of #C3AF4B
Black with #C3AF4B
Text Example
Text Example
White with #C3AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF4B; }
p { color: rgb(195,175,75); }
H1.HeaderClassName
{
color: #C3AF4B;
}
.AnyTagClassName
{
color: #C3AF4B;
}
</style>
background-color css
<style>
a { background-color: #C3AF4B; }
a { background-color: rgb(195,175,75); }
div.DivClassName
{
background-color: #C3AF4B;
}
.BgClassName
{
background-color: #C3AF4B;
}
</style>
border-color css
<style>
span { border-color: #C3AF4B; }
span { border-color: rgb(195,175,75); }
td.TdClassName
{
border-color: #C3AF4B;
}
.TagClassName
{
border-color: #C3AF4B;
}
</style>