Shades of Rosy Brown #C4908F
Tints of Rosy Brown #C4908F
RGB
CMYK
RGB Variations
Color information
#C4908F (or 0xC4908F) is known color: Rosy Brown. HEX triplet: C4, 90 and 8F. RGB value is (196,144,143). Sum of RGB (Red+Green+Blue) = 196+144+143=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4908F is #3B6F70. Grayscale: #9F9F9F. Windows color (decimal): -3895153 or 9408708. OLE color: 9408708.
HSL color Cylindrical-coordinate representation of color #C4908F: hue angle of 1.13º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4908F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 143 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.23 |
| HSL | 1.13º | 0.31% | 0.66% | - |
| HSV(B) | 1.13º | 0.27% | 0.77% | - |
| XYZ | 37.7 | 33.67 | 30.5 | - |
| YUV | 159.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 143 | 0 | 0.27 | 0.27 | 0.23 | 1.13 | 0.31 | 0.66 |
| Hex | C4 | 90 | 8F | 0 | 1B | 1B | 17 | 1 | 1F | 42 |
| Octal | 304 | 220 | 217 | 0 | 33 | 33 | 27 | 1 | 37 | 102 |
| Binary | 11000100 | 10010000 | 10001111 | 0 | 11011 | 11011 | 10111 | 1 | 11111 | 1000010 |
Color Harmonies of #C4908F
Complementary color
Monochromatic Colors of #C4908F
Black with #C4908F
Text Example
Text Example
White with #C4908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4908F; }
p { color: rgb(196,144,143); }
H1.HeaderClassName
{
color: #C4908F;
}
.AnyTagClassName
{
color: #C4908F;
}
</style>
background-color css
<style>
a { background-color: #C4908F; }
a { background-color: rgb(196,144,143); }
div.DivClassName
{
background-color: #C4908F;
}
.BgClassName
{
background-color: #C4908F;
}
</style>
border-color css
<style>
span { border-color: #C4908F; }
span { border-color: rgb(196,144,143); }
td.TdClassName
{
border-color: #C4908F;
}
.TagClassName
{
border-color: #C4908F;
}
</style>