Shades of Meteor #C06F34
Tints of Meteor #C06F34
RGB
CMYK
RGB Variations
Color information
#C06F34 (or 0xC06F34) is known color: Meteor. HEX triplet: C0, 6F and 34. RGB value is (192,111,52). Sum of RGB (Red+Green+Blue) = 192+111+52=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F34 is #3F90CB. Grayscale: #808080. Windows color (decimal): -4165836 or 3436480. OLE color: 3436480.
HSL color Cylindrical-coordinate representation of color #C06F34: hue angle of 25.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C06F34 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 52 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.25 |
| HSL | 25.29º | 0.57% | 0.48% | - |
| HSV(B) | 25.29º | 0.73% | 0.75% | - |
| XYZ | 28.04 | 22.82 | 6.18 | - |
| YUV | 128.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 52 | 0 | 0.42 | 0.73 | 0.25 | 25.29 | 0.57 | 0.48 |
| Hex | C0 | 6F | 34 | 0 | 2A | 49 | 19 | 19 | 39 | 30 |
| Octal | 300 | 157 | 64 | 0 | 52 | 111 | 31 | 31 | 71 | 60 |
| Binary | 11000000 | 1101111 | 110100 | 0 | 101010 | 1001001 | 11001 | 11001 | 111001 | 110000 |
Color Harmonies of #C06F34
Complementary color
Monochromatic Colors of #C06F34
Black with #C06F34
Text Example
Text Example
White with #C06F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F34; }
p { color: rgb(192,111,52); }
H1.HeaderClassName
{
color: #C06F34;
}
.AnyTagClassName
{
color: #C06F34;
}
</style>
background-color css
<style>
a { background-color: #C06F34; }
a { background-color: rgb(192,111,52); }
div.DivClassName
{
background-color: #C06F34;
}
.BgClassName
{
background-color: #C06F34;
}
</style>
border-color css
<style>
span { border-color: #C06F34; }
span { border-color: rgb(192,111,52); }
td.TdClassName
{
border-color: #C06F34;
}
.TagClassName
{
border-color: #C06F34;
}
</style>