Shades of Froly #CA7375
Tints of Froly #CA7375
RGB
CMYK
RGB Variations
Color information
#CA7375 (or 0xCA7375) is known color: Froly. HEX triplet: CA, 73 and 75. RGB value is (202,115,117). Sum of RGB (Red+Green+Blue) = 202+115+117=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7375 is #358C8A. Grayscale: #8D8D8D. Windows color (decimal): -3509387 or 7697354. OLE color: 7697354.
HSL color Cylindrical-coordinate representation of color #CA7375: hue angle of 358.62º degrees, saturation: 0.45, 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 #CA7375 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 117 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.21 |
| HSL | 358.62º | 0.45% | 0.62% | - |
| HSV(B) | 358.62º | 0.43% | 0.79% | - |
| XYZ | 33.7 | 26.1 | 20.09 | - |
| YUV | 141.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 117 | 0 | 0.43 | 0.42 | 0.21 | 358.62 | 0.45 | 0.62 |
| Hex | CA | 73 | 75 | 0 | 2B | 2A | 15 | 167 | 2D | 3E |
| Octal | 312 | 163 | 165 | 0 | 53 | 52 | 25 | 547 | 55 | 76 |
| Binary | 11001010 | 1110011 | 1110101 | 0 | 101011 | 101010 | 10101 | 101100111 | 101101 | 111110 |
Color Harmonies of #CA7375
Complementary color
Monochromatic Colors of #CA7375
Black with #CA7375
Text Example
Text Example
White with #CA7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7375; }
p { color: rgb(202,115,117); }
H1.HeaderClassName
{
color: #CA7375;
}
.AnyTagClassName
{
color: #CA7375;
}
</style>
background-color css
<style>
a { background-color: #CA7375; }
a { background-color: rgb(202,115,117); }
div.DivClassName
{
background-color: #CA7375;
}
.BgClassName
{
background-color: #CA7375;
}
</style>
border-color css
<style>
span { border-color: #CA7375; }
span { border-color: rgb(202,115,117); }
td.TdClassName
{
border-color: #CA7375;
}
.TagClassName
{
border-color: #CA7375;
}
</style>