Shades of Sundance #C09E4B
Tints of Sundance #C09E4B
RGB
CMYK
RGB Variations
Color information
#C09E4B (or 0xC09E4B) is known color: Sundance. HEX triplet: C0, 9E and 4B. RGB value is (192,158,75). Sum of RGB (Red+Green+Blue) = 192+158+75=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E4B is #3F61B4. Grayscale: #9F9F9F. Windows color (decimal): -4153781 or 4955840. OLE color: 4955840.
HSL color Cylindrical-coordinate representation of color #C09E4B: hue angle of 42.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C09E4B is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 75 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.25 |
| HSL | 42.56º | 0.48% | 0.52% | - |
| HSV(B) | 42.56º | 0.61% | 0.75% | - |
| XYZ | 35.24 | 36.17 | 11.78 | - |
| YUV | 158.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 75 | 0 | 0.18 | 0.61 | 0.25 | 42.56 | 0.48 | 0.52 |
| Hex | C0 | 9E | 4B | 0 | 12 | 3D | 19 | 2B | 30 | 34 |
| Octal | 300 | 236 | 113 | 0 | 22 | 75 | 31 | 53 | 60 | 64 |
| Binary | 11000000 | 10011110 | 1001011 | 0 | 10010 | 111101 | 11001 | 101011 | 110000 | 110100 |
Color Harmonies of #C09E4B
Complementary color
Monochromatic Colors of #C09E4B
Black with #C09E4B
Text Example
Text Example
White with #C09E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E4B; }
p { color: rgb(192,158,75); }
H1.HeaderClassName
{
color: #C09E4B;
}
.AnyTagClassName
{
color: #C09E4B;
}
</style>
background-color css
<style>
a { background-color: #C09E4B; }
a { background-color: rgb(192,158,75); }
div.DivClassName
{
background-color: #C09E4B;
}
.BgClassName
{
background-color: #C09E4B;
}
</style>
border-color css
<style>
span { border-color: #C09E4B; }
span { border-color: rgb(192,158,75); }
td.TdClassName
{
border-color: #C09E4B;
}
.TagClassName
{
border-color: #C09E4B;
}
</style>