Shades of Meteor #C16F33
Tints of Meteor #C16F33
RGB
CMYK
RGB Variations
Color information
#C16F33 (or 0xC16F33) is known color: Meteor. HEX triplet: C1, 6F and 33. RGB value is (193,111,51). Sum of RGB (Red+Green+Blue) = 193+111+51=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F33 is #3E90CC. Grayscale: #818181. Windows color (decimal): -4100301 or 3370945. OLE color: 3370945.
HSL color Cylindrical-coordinate representation of color #C16F33: hue angle of 25.35º 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 #C16F33 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 51 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.24 |
| HSL | 25.35º | 0.58% | 0.48% | - |
| HSV(B) | 25.35º | 0.74% | 0.76% | - |
| XYZ | 28.27 | 22.95 | 6.07 | - |
| YUV | 128.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 51 | 0 | 0.42 | 0.74 | 0.24 | 25.35 | 0.58 | 0.48 |
| Hex | C1 | 6F | 33 | 0 | 2A | 4A | 18 | 19 | 3A | 30 |
| Octal | 301 | 157 | 63 | 0 | 52 | 112 | 30 | 31 | 72 | 60 |
| Binary | 11000001 | 1101111 | 110011 | 0 | 101010 | 1001010 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C16F33
Complementary color
Monochromatic Colors of #C16F33
Black with #C16F33
Text Example
Text Example
White with #C16F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F33; }
p { color: rgb(193,111,51); }
H1.HeaderClassName
{
color: #C16F33;
}
.AnyTagClassName
{
color: #C16F33;
}
</style>
background-color css
<style>
a { background-color: #C16F33; }
a { background-color: rgb(193,111,51); }
div.DivClassName
{
background-color: #C16F33;
}
.BgClassName
{
background-color: #C16F33;
}
</style>
border-color css
<style>
span { border-color: #C16F33; }
span { border-color: rgb(193,111,51); }
td.TdClassName
{
border-color: #C16F33;
}
.TagClassName
{
border-color: #C16F33;
}
</style>