Shades of Froly #CA6B74
Tints of Froly #CA6B74
RGB
CMYK
RGB Variations
Color information
#CA6B74 (or 0xCA6B74) is known color: Froly. HEX triplet: CA, 6B and 74. RGB value is (202,107,116). Sum of RGB (Red+Green+Blue) = 202+107+116=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B74 is #35948B. Grayscale: #888888. Windows color (decimal): -3511436 or 7629770. OLE color: 7629770.
HSL color Cylindrical-coordinate representation of color #CA6B74: hue angle of 354.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B74 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 116 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.21 |
| HSL | 354.32º | 0.47% | 0.61% | - |
| HSV(B) | 354.32º | 0.47% | 0.79% | - |
| XYZ | 32.77 | 24.33 | 19.49 | - |
| YUV | 136.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 116 | 0 | 0.47 | 0.43 | 0.21 | 354.32 | 0.47 | 0.61 |
| Hex | CA | 6B | 74 | 0 | 2F | 2B | 15 | 162 | 2F | 3D |
| Octal | 312 | 153 | 164 | 0 | 57 | 53 | 25 | 542 | 57 | 75 |
| Binary | 11001010 | 1101011 | 1110100 | 0 | 101111 | 101011 | 10101 | 101100010 | 101111 | 111101 |
Color Harmonies of #CA6B74
Complementary color
Monochromatic Colors of #CA6B74
Black with #CA6B74
Text Example
Text Example
White with #CA6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B74; }
p { color: rgb(202,107,116); }
H1.HeaderClassName
{
color: #CA6B74;
}
.AnyTagClassName
{
color: #CA6B74;
}
</style>
background-color css
<style>
a { background-color: #CA6B74; }
a { background-color: rgb(202,107,116); }
div.DivClassName
{
background-color: #CA6B74;
}
.BgClassName
{
background-color: #CA6B74;
}
</style>
border-color css
<style>
span { border-color: #CA6B74; }
span { border-color: rgb(202,107,116); }
td.TdClassName
{
border-color: #CA6B74;
}
.TagClassName
{
border-color: #CA6B74;
}
</style>