Shades of Smoke Tree #C25C33
Tints of Smoke Tree #C25C33
RGB
CMYK
RGB Variations
Color information
#C25C33 (or 0xC25C33) is known color: Smoke Tree. HEX triplet: C2, 5C and 33. RGB value is (194,92,51). Sum of RGB (Red+Green+Blue) = 194+92+51=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C33 is #3DA3CC. Grayscale: #767676. Windows color (decimal): -4039629 or 3366082. OLE color: 3366082.
HSL color Cylindrical-coordinate representation of color #C25C33: hue angle of 17.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C25C33 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 51 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.24 |
| HSL | 17.2º | 0.58% | 0.48% | - |
| HSV(B) | 17.2º | 0.74% | 0.76% | - |
| XYZ | 26.67 | 19.36 | 5.46 | - |
| YUV | 117.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 51 | 0 | 0.53 | 0.74 | 0.24 | 17.2 | 0.58 | 0.48 |
| Hex | C2 | 5C | 33 | 0 | 35 | 4A | 18 | 11 | 3A | 30 |
| Octal | 302 | 134 | 63 | 0 | 65 | 112 | 30 | 21 | 72 | 60 |
| Binary | 11000010 | 1011100 | 110011 | 0 | 110101 | 1001010 | 11000 | 10001 | 111010 | 110000 |
Color Harmonies of #C25C33
Complementary color
Monochromatic Colors of #C25C33
Black with #C25C33
Text Example
Text Example
White with #C25C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C33; }
p { color: rgb(194,92,51); }
H1.HeaderClassName
{
color: #C25C33;
}
.AnyTagClassName
{
color: #C25C33;
}
</style>
background-color css
<style>
a { background-color: #C25C33; }
a { background-color: rgb(194,92,51); }
div.DivClassName
{
background-color: #C25C33;
}
.BgClassName
{
background-color: #C25C33;
}
</style>
border-color css
<style>
span { border-color: #C25C33; }
span { border-color: rgb(194,92,51); }
td.TdClassName
{
border-color: #C25C33;
}
.TagClassName
{
border-color: #C25C33;
}
</style>