Shades of Rosy Brown #C08A8A
Tints of Rosy Brown #C08A8A
RGB
CMYK
RGB Variations
Color information
#C08A8A (or 0xC08A8A) is known color: Rosy Brown. HEX triplet: C0, 8A and 8A. RGB value is (192,138,138). Sum of RGB (Red+Green+Blue) = 192+138+138=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A8A is #3F7575. Grayscale: #9A9A9A. Windows color (decimal): -4158838 or 9079488. OLE color: 9079488.
HSL color Cylindrical-coordinate representation of color #C08A8A: hue angle of 0º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08A8A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 138 | 138 | - |
CMYK | 0 | 0.28 | 0.28 | 0.25 |
HSL | 0º | 0.3% | 0.65% | - |
HSV(B) | 0º | 0.28% | 0.75% | - |
XYZ | 35.41 | 31.22 | 28.2 | - |
YUV | 154.15 | 118.89 | 155 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 138 | 138 | 0 | 0.28 | 0.28 | 0.25 | 0 | 0.3 | 0.65 |
Hex | C0 | 8A | 8A | 0 | 1C | 1C | 19 | 0 | 1E | 41 |
Octal | 300 | 212 | 212 | 0 | 34 | 34 | 31 | 0 | 36 | 101 |
Binary | 11000000 | 10001010 | 10001010 | 0 | 11100 | 11100 | 11001 | 0 | 11110 | 1000001 |
Color Harmonies of #C08A8A
Complementary color
Monochromatic Colors of #C08A8A
Black with #C08A8A
Text Example
Text Example
White with #C08A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A8A; }
p { color: rgb(192,138,138); }
H1.HeaderClassName
{
color: #C08A8A;
}
.AnyTagClassName
{
color: #C08A8A;
}
</style>
background-color css
<style>
a { background-color: #C08A8A; }
a { background-color: rgb(192,138,138); }
div.DivClassName
{
background-color: #C08A8A;
}
.BgClassName
{
background-color: #C08A8A;
}
</style>
border-color css
<style>
span { border-color: #C08A8A; }
span { border-color: rgb(192,138,138); }
td.TdClassName
{
border-color: #C08A8A;
}
.TagClassName
{
border-color: #C08A8A;
}
</style>