Shades of Sundance #C2AD4B
Tints of Sundance #C2AD4B
RGB
CMYK
RGB Variations
Color information
#C2AD4B (or 0xC2AD4B) is known color: Sundance. HEX triplet: C2, AD and 4B. RGB value is (194,173,75). Sum of RGB (Red+Green+Blue) = 194+173+75=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD4B is #3D52B4. Grayscale: #A8A8A8. Windows color (decimal): -4018869 or 4959682. OLE color: 4959682.
HSL color Cylindrical-coordinate representation of color #C2AD4B: hue angle of 49.41º degrees, saturation: 0.49, 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 #C2AD4B is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 75 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.24 |
| HSL | 49.41º | 0.49% | 0.53% | - |
| HSV(B) | 49.41º | 0.61% | 0.76% | - |
| XYZ | 38.46 | 41.86 | 12.71 | - |
| YUV | 168.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 75 | 0 | 0.11 | 0.61 | 0.24 | 49.41 | 0.49 | 0.53 |
| Hex | C2 | AD | 4B | 0 | B | 3D | 18 | 31 | 31 | 35 |
| Octal | 302 | 255 | 113 | 0 | 13 | 75 | 30 | 61 | 61 | 65 |
| Binary | 11000010 | 10101101 | 1001011 | 0 | 1011 | 111101 | 11000 | 110001 | 110001 | 110101 |
Color Harmonies of #C2AD4B
Complementary color
Monochromatic Colors of #C2AD4B
Black with #C2AD4B
Text Example
Text Example
White with #C2AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD4B; }
p { color: rgb(194,173,75); }
H1.HeaderClassName
{
color: #C2AD4B;
}
.AnyTagClassName
{
color: #C2AD4B;
}
</style>
background-color css
<style>
a { background-color: #C2AD4B; }
a { background-color: rgb(194,173,75); }
div.DivClassName
{
background-color: #C2AD4B;
}
.BgClassName
{
background-color: #C2AD4B;
}
</style>
border-color css
<style>
span { border-color: #C2AD4B; }
span { border-color: rgb(194,173,75); }
td.TdClassName
{
border-color: #C2AD4B;
}
.TagClassName
{
border-color: #C2AD4B;
}
</style>