Shades of Careys Pink #C09397
Tints of Careys Pink #C09397
RGB
CMYK
RGB Variations
Color information
#C09397 (or 0xC09397) is known color: Careys Pink. HEX triplet: C0, 93 and 97. RGB value is (192,147,151). Sum of RGB (Red+Green+Blue) = 192+147+151=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09397 is #3F6C68. Grayscale: #A0A0A0. Windows color (decimal): -4156521 or 9933760. OLE color: 9933760.
HSL color Cylindrical-coordinate representation of color #C09397: hue angle of 354.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09397 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 151 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.25 |
| HSL | 354.67º | 0.26% | 0.66% | - |
| HSV(B) | 354.67º | 0.23% | 0.75% | - |
| XYZ | 37.76 | 34.31 | 33.91 | - |
| YUV | 160.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 151 | 0 | 0.23 | 0.21 | 0.25 | 354.67 | 0.26 | 0.66 |
| Hex | C0 | 93 | 97 | 0 | 17 | 15 | 19 | 163 | 1A | 42 |
| Octal | 300 | 223 | 227 | 0 | 27 | 25 | 31 | 543 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10010111 | 0 | 10111 | 10101 | 11001 | 101100011 | 11010 | 1000010 |
Color Harmonies of #C09397
Complementary color
Monochromatic Colors of #C09397
Black with #C09397
Text Example
Text Example
White with #C09397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09397; }
p { color: rgb(192,147,151); }
H1.HeaderClassName
{
color: #C09397;
}
.AnyTagClassName
{
color: #C09397;
}
</style>
background-color css
<style>
a { background-color: #C09397; }
a { background-color: rgb(192,147,151); }
div.DivClassName
{
background-color: #C09397;
}
.BgClassName
{
background-color: #C09397;
}
</style>
border-color css
<style>
span { border-color: #C09397; }
span { border-color: rgb(192,147,151); }
td.TdClassName
{
border-color: #C09397;
}
.TagClassName
{
border-color: #C09397;
}
</style>