Shades of Sundance #C2AB4B
Tints of Sundance #C2AB4B
RGB
CMYK
RGB Variations
Color information
#C2AB4B (or 0xC2AB4B) is known color: Sundance. HEX triplet: C2, AB and 4B. RGB value is (194,171,75). Sum of RGB (Red+Green+Blue) = 194+171+75=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB4B is #3D54B4. Grayscale: #A7A7A7. Windows color (decimal): -4019381 or 4959170. OLE color: 4959170.
HSL color Cylindrical-coordinate representation of color #C2AB4B: hue angle of 48.4º 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 #C2AB4B is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 75 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.24 |
| HSL | 48.4º | 0.49% | 0.53% | - |
| HSV(B) | 48.4º | 0.61% | 0.76% | - |
| XYZ | 38.08 | 41.1 | 12.58 | - |
| YUV | 166.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 75 | 0 | 0.12 | 0.61 | 0.24 | 48.4 | 0.49 | 0.53 |
| Hex | C2 | AB | 4B | 0 | C | 3D | 18 | 30 | 31 | 35 |
| Octal | 302 | 253 | 113 | 0 | 14 | 75 | 30 | 60 | 61 | 65 |
| Binary | 11000010 | 10101011 | 1001011 | 0 | 1100 | 111101 | 11000 | 110000 | 110001 | 110101 |
Color Harmonies of #C2AB4B
Complementary color
Monochromatic Colors of #C2AB4B
Black with #C2AB4B
Text Example
Text Example
White with #C2AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB4B; }
p { color: rgb(194,171,75); }
H1.HeaderClassName
{
color: #C2AB4B;
}
.AnyTagClassName
{
color: #C2AB4B;
}
</style>
background-color css
<style>
a { background-color: #C2AB4B; }
a { background-color: rgb(194,171,75); }
div.DivClassName
{
background-color: #C2AB4B;
}
.BgClassName
{
background-color: #C2AB4B;
}
</style>
border-color css
<style>
span { border-color: #C2AB4B; }
span { border-color: rgb(194,171,75); }
td.TdClassName
{
border-color: #C2AB4B;
}
.TagClassName
{
border-color: #C2AB4B;
}
</style>