Shades of Meteor #C17B33
Tints of Meteor #C17B33
RGB
CMYK
RGB Variations
Color information
#C17B33 (or 0xC17B33) is known color: Meteor. HEX triplet: C1, 7B and 33. RGB value is (193,123,51). Sum of RGB (Red+Green+Blue) = 193+123+51=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B33 is #3E84CC. Grayscale: #888888. Windows color (decimal): -4097229 or 3374017. OLE color: 3374017.
HSL color Cylindrical-coordinate representation of color #C17B33: hue angle of 30.42º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C17B33 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 51 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.24 |
| HSL | 30.42º | 0.58% | 0.48% | - |
| HSV(B) | 30.42º | 0.74% | 0.76% | - |
| XYZ | 29.67 | 25.74 | 6.54 | - |
| YUV | 135.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 51 | 0 | 0.36 | 0.74 | 0.24 | 30.42 | 0.58 | 0.48 |
| Hex | C1 | 7B | 33 | 0 | 24 | 4A | 18 | 1E | 3A | 30 |
| Octal | 301 | 173 | 63 | 0 | 44 | 112 | 30 | 36 | 72 | 60 |
| Binary | 11000001 | 1111011 | 110011 | 0 | 100100 | 1001010 | 11000 | 11110 | 111010 | 110000 |
Color Harmonies of #C17B33
Complementary color
Monochromatic Colors of #C17B33
Black with #C17B33
Text Example
Text Example
White with #C17B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B33; }
p { color: rgb(193,123,51); }
H1.HeaderClassName
{
color: #C17B33;
}
.AnyTagClassName
{
color: #C17B33;
}
</style>
background-color css
<style>
a { background-color: #C17B33; }
a { background-color: rgb(193,123,51); }
div.DivClassName
{
background-color: #C17B33;
}
.BgClassName
{
background-color: #C17B33;
}
</style>
border-color css
<style>
span { border-color: #C17B33; }
span { border-color: rgb(193,123,51); }
td.TdClassName
{
border-color: #C17B33;
}
.TagClassName
{
border-color: #C17B33;
}
</style>