Shades of Froly #C97375
Tints of Froly #C97375
RGB
CMYK
RGB Variations
Color information
#C97375 (or 0xC97375) is known color: Froly. HEX triplet: C9, 73 and 75. RGB value is (201,115,117). Sum of RGB (Red+Green+Blue) = 201+115+117=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97375 is #368C8A. Grayscale: #8D8D8D. Windows color (decimal): -3574923 or 7697353. OLE color: 7697353.
HSL color Cylindrical-coordinate representation of color #C97375: hue angle of 358.6º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97375 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 115 | 117 | - |
CMYK | 0 | 0.43 | 0.42 | 0.21 |
HSL | 358.6º | 0.44% | 0.62% | - |
HSV(B) | 358.6º | 0.43% | 0.79% | - |
XYZ | 33.43 | 25.96 | 20.08 | - |
YUV | 140.94 | 114.49 | 170.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 115 | 117 | 0 | 0.43 | 0.42 | 0.21 | 358.6 | 0.44 | 0.62 |
Hex | C9 | 73 | 75 | 0 | 2B | 2A | 15 | 167 | 2C | 3E |
Octal | 311 | 163 | 165 | 0 | 53 | 52 | 25 | 547 | 54 | 76 |
Binary | 11001001 | 1110011 | 1110101 | 0 | 101011 | 101010 | 10101 | 101100111 | 101100 | 111110 |
Color Harmonies of #C97375
Complementary color
Monochromatic Colors of #C97375
Black with #C97375
Text Example
Text Example
White with #C97375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97375; }
p { color: rgb(201,115,117); }
H1.HeaderClassName
{
color: #C97375;
}
.AnyTagClassName
{
color: #C97375;
}
</style>
background-color css
<style>
a { background-color: #C97375; }
a { background-color: rgb(201,115,117); }
div.DivClassName
{
background-color: #C97375;
}
.BgClassName
{
background-color: #C97375;
}
</style>
border-color css
<style>
span { border-color: #C97375; }
span { border-color: rgb(201,115,117); }
td.TdClassName
{
border-color: #C97375;
}
.TagClassName
{
border-color: #C97375;
}
</style>