Shades of Meteor #C2752B
Tints of Meteor #C2752B
RGB
CMYK
RGB Variations
Color information
#C2752B (or 0xC2752B) is known color: Meteor. HEX triplet: C2, 75 and 2B. RGB value is (194,117,43). Sum of RGB (Red+Green+Blue) = 194+117+43=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2752B is #3D8AD4. Grayscale: #838383. Windows color (decimal): -4033237 or 2848194. OLE color: 2848194.
HSL color Cylindrical-coordinate representation of color #C2752B: hue angle of 29.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2752B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 43 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.24 |
| HSL | 29.4º | 0.64% | 0.46% | - |
| HSV(B) | 29.4º | 0.78% | 0.76% | - |
| XYZ | 29.05 | 24.37 | 5.46 | - |
| YUV | 131.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 43 | 0 | 0.40 | 0.78 | 0.24 | 29.4 | 0.64 | 0.46 |
| Hex | C2 | 75 | 2B | 0 | 28 | 4E | 18 | 1D | 40 | 2E |
| Octal | 302 | 165 | 53 | 0 | 50 | 116 | 30 | 35 | 100 | 56 |
| Binary | 11000010 | 1110101 | 101011 | 0 | 101000 | 1001110 | 11000 | 11101 | 1000000 | 101110 |
Color Harmonies of #C2752B
Complementary color
Monochromatic Colors of #C2752B
Black with #C2752B
Text Example
Text Example
White with #C2752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2752B; }
p { color: rgb(194,117,43); }
H1.HeaderClassName
{
color: #C2752B;
}
.AnyTagClassName
{
color: #C2752B;
}
</style>
background-color css
<style>
a { background-color: #C2752B; }
a { background-color: rgb(194,117,43); }
div.DivClassName
{
background-color: #C2752B;
}
.BgClassName
{
background-color: #C2752B;
}
</style>
border-color css
<style>
span { border-color: #C2752B; }
span { border-color: rgb(194,117,43); }
td.TdClassName
{
border-color: #C2752B;
}
.TagClassName
{
border-color: #C2752B;
}
</style>