Shades of Meteor #C3752B
Tints of Meteor #C3752B
RGB
CMYK
RGB Variations
Color information
#C3752B (or 0xC3752B) is known color: Meteor. HEX triplet: C3, 75 and 2B. RGB value is (195,117,43). Sum of RGB (Red+Green+Blue) = 195+117+43=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752B is #3C8AD4. Grayscale: #848484. Windows color (decimal): -3967701 or 2848195. OLE color: 2848195.
HSL color Cylindrical-coordinate representation of color #C3752B: hue angle of 29.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3752B is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 43 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.24 |
| HSL | 29.21º | 0.64% | 0.47% | - |
| HSV(B) | 29.21º | 0.78% | 0.76% | - |
| XYZ | 29.3 | 24.5 | 5.47 | - |
| YUV | 131.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 43 | 0 | 0.4 | 0.78 | 0.24 | 29.21 | 0.64 | 0.47 |
| Hex | C3 | 75 | 2B | 0 | 28 | 4E | 18 | 1D | 40 | 2F |
| Octal | 303 | 165 | 53 | 0 | 50 | 116 | 30 | 35 | 100 | 57 |
| Binary | 11000011 | 1110101 | 101011 | 0 | 101000 | 1001110 | 11000 | 11101 | 1000000 | 101111 |
Color Harmonies of #C3752B
Complementary color
Monochromatic Colors of #C3752B
Black with #C3752B
Text Example
Text Example
White with #C3752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3752B; }
p { color: rgb(195,117,43); }
H1.HeaderClassName
{
color: #C3752B;
}
.AnyTagClassName
{
color: #C3752B;
}
</style>
background-color css
<style>
a { background-color: #C3752B; }
a { background-color: rgb(195,117,43); }
div.DivClassName
{
background-color: #C3752B;
}
.BgClassName
{
background-color: #C3752B;
}
</style>
border-color css
<style>
span { border-color: #C3752B; }
span { border-color: rgb(195,117,43); }
td.TdClassName
{
border-color: #C3752B;
}
.TagClassName
{
border-color: #C3752B;
}
</style>