Shades of Meteor #C2752F
Tints of Meteor #C2752F
RGB
CMYK
RGB Variations
Color information
#C2752F (or 0xC2752F) is known color: Meteor. HEX triplet: C2, 75 and 2F. RGB value is (194,117,47). Sum of RGB (Red+Green+Blue) = 194+117+47=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2752F is #3D8AD0. Grayscale: #848484. Windows color (decimal): -4033233 or 3110338. OLE color: 3110338.
HSL color Cylindrical-coordinate representation of color #C2752F: hue angle of 28.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2752F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 47 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.24 |
| HSL | 28.57º | 0.61% | 0.47% | - |
| HSV(B) | 28.57º | 0.76% | 0.76% | - |
| XYZ | 29.12 | 24.4 | 5.86 | - |
| YUV | 132.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 47 | 0 | 0.40 | 0.76 | 0.24 | 28.57 | 0.61 | 0.47 |
| Hex | C2 | 75 | 2F | 0 | 28 | 4C | 18 | 1D | 3D | 2F |
| Octal | 302 | 165 | 57 | 0 | 50 | 114 | 30 | 35 | 75 | 57 |
| Binary | 11000010 | 1110101 | 101111 | 0 | 101000 | 1001100 | 11000 | 11101 | 111101 | 101111 |
Color Harmonies of #C2752F
Complementary color
Monochromatic Colors of #C2752F
Black with #C2752F
Text Example
Text Example
White with #C2752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2752F; }
p { color: rgb(194,117,47); }
H1.HeaderClassName
{
color: #C2752F;
}
.AnyTagClassName
{
color: #C2752F;
}
</style>
background-color css
<style>
a { background-color: #C2752F; }
a { background-color: rgb(194,117,47); }
div.DivClassName
{
background-color: #C2752F;
}
.BgClassName
{
background-color: #C2752F;
}
</style>
border-color css
<style>
span { border-color: #C2752F; }
span { border-color: rgb(194,117,47); }
td.TdClassName
{
border-color: #C2752F;
}
.TagClassName
{
border-color: #C2752F;
}
</style>