Shades of Meteor #C3752C
Tints of Meteor #C3752C
RGB
CMYK
RGB Variations
Color information
#C3752C (or 0xC3752C) is known color: Meteor. HEX triplet: C3, 75 and 2C. RGB value is (195,117,44). Sum of RGB (Red+Green+Blue) = 195+117+44=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752C is #3C8AD3. Grayscale: #848484. Windows color (decimal): -3967700 or 2913731. OLE color: 2913731.
HSL color Cylindrical-coordinate representation of color #C3752C: hue angle of 29.01º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3752C is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 44 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.24 |
| HSL | 29.01º | 0.63% | 0.47% | - |
| HSV(B) | 29.01º | 0.77% | 0.76% | - |
| XYZ | 29.32 | 24.51 | 5.57 | - |
| YUV | 132 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 44 | 0 | 0.4 | 0.77 | 0.24 | 29.01 | 0.63 | 0.47 |
| Hex | C3 | 75 | 2C | 0 | 28 | 4D | 18 | 1D | 3F | 2F |
| Octal | 303 | 165 | 54 | 0 | 50 | 115 | 30 | 35 | 77 | 57 |
| Binary | 11000011 | 1110101 | 101100 | 0 | 101000 | 1001101 | 11000 | 11101 | 111111 | 101111 |
Color Harmonies of #C3752C
Complementary color
Monochromatic Colors of #C3752C
Black with #C3752C
Text Example
Text Example
White with #C3752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3752C; }
p { color: rgb(195,117,44); }
H1.HeaderClassName
{
color: #C3752C;
}
.AnyTagClassName
{
color: #C3752C;
}
</style>
background-color css
<style>
a { background-color: #C3752C; }
a { background-color: rgb(195,117,44); }
div.DivClassName
{
background-color: #C3752C;
}
.BgClassName
{
background-color: #C3752C;
}
</style>
border-color css
<style>
span { border-color: #C3752C; }
span { border-color: rgb(195,117,44); }
td.TdClassName
{
border-color: #C3752C;
}
.TagClassName
{
border-color: #C3752C;
}
</style>