Shades of Rodeo Dust #C99B7E
Tints of Rodeo Dust #C99B7E
RGB
CMYK
RGB Variations
Color information
#C99B7E (or 0xC99B7E) is known color: Rodeo Dust. HEX triplet: C9, 9B and 7E. RGB value is (201,155,126). Sum of RGB (Red+Green+Blue) = 201+155+126=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B7E is #366481. Grayscale: #A5A5A5. Windows color (decimal): -3564674 or 8297417. OLE color: 8297417.
HSL color Cylindrical-coordinate representation of color #C99B7E: hue angle of 23.2º 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 #C99B7E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 155 | 126 | - |
CMYK | 0 | 0.23 | 0.37 | 0.21 |
HSL | 23.2º | 0.41% | 0.64% | - |
HSV(B) | 23.2º | 0.37% | 0.79% | - |
XYZ | 39.57 | 37.37 | 24.87 | - |
YUV | 165.45 | 105.74 | 153.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 155 | 126 | 0 | 0.23 | 0.37 | 0.21 | 23.2 | 0.41 | 0.64 |
Hex | C9 | 9B | 7E | 0 | 17 | 25 | 15 | 17 | 29 | 40 |
Octal | 311 | 233 | 176 | 0 | 27 | 45 | 25 | 27 | 51 | 100 |
Binary | 11001001 | 10011011 | 1111110 | 0 | 10111 | 100101 | 10101 | 10111 | 101001 | 1000000 |
Color Harmonies of #C99B7E
Complementary color
Monochromatic Colors of #C99B7E
Black with #C99B7E
Text Example
Text Example
White with #C99B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B7E; }
p { color: rgb(201,155,126); }
H1.HeaderClassName
{
color: #C99B7E;
}
.AnyTagClassName
{
color: #C99B7E;
}
</style>
background-color css
<style>
a { background-color: #C99B7E; }
a { background-color: rgb(201,155,126); }
div.DivClassName
{
background-color: #C99B7E;
}
.BgClassName
{
background-color: #C99B7E;
}
</style>
border-color css
<style>
span { border-color: #C99B7E; }
span { border-color: rgb(201,155,126); }
td.TdClassName
{
border-color: #C99B7E;
}
.TagClassName
{
border-color: #C99B7E;
}
</style>