Shades of Rodeo Dust #C99E7E
Tints of Rodeo Dust #C99E7E
RGB
CMYK
RGB Variations
Color information
#C99E7E (or 0xC99E7E) is known color: Rodeo Dust. HEX triplet: C9, 9E and 7E. RGB value is (201,158,126). Sum of RGB (Red+Green+Blue) = 201+158+126=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E7E is #366181. Grayscale: #A7A7A7. Windows color (decimal): -3563906 or 8298185. OLE color: 8298185.
HSL color Cylindrical-coordinate representation of color #C99E7E: hue angle of 25.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99E7E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 158 | 126 | - |
CMYK | 0 | 0.21 | 0.37 | 0.21 |
HSL | 25.6º | 0.41% | 0.64% | - |
HSV(B) | 25.6º | 0.37% | 0.79% | - |
XYZ | 40.08 | 38.38 | 25.03 | - |
YUV | 167.21 | 104.75 | 152.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 158 | 126 | 0 | 0.21 | 0.37 | 0.21 | 25.6 | 0.41 | 0.64 |
Hex | C9 | 9E | 7E | 0 | 15 | 25 | 15 | 1A | 29 | 40 |
Octal | 311 | 236 | 176 | 0 | 25 | 45 | 25 | 32 | 51 | 100 |
Binary | 11001001 | 10011110 | 1111110 | 0 | 10101 | 100101 | 10101 | 11010 | 101001 | 1000000 |
Color Harmonies of #C99E7E
Complementary color
Monochromatic Colors of #C99E7E
Black with #C99E7E
Text Example
Text Example
White with #C99E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E7E; }
p { color: rgb(201,158,126); }
H1.HeaderClassName
{
color: #C99E7E;
}
.AnyTagClassName
{
color: #C99E7E;
}
</style>
background-color css
<style>
a { background-color: #C99E7E; }
a { background-color: rgb(201,158,126); }
div.DivClassName
{
background-color: #C99E7E;
}
.BgClassName
{
background-color: #C99E7E;
}
</style>
border-color css
<style>
span { border-color: #C99E7E; }
span { border-color: rgb(201,158,126); }
td.TdClassName
{
border-color: #C99E7E;
}
.TagClassName
{
border-color: #C99E7E;
}
</style>