Shades of Careys Pink #C38F92
Tints of Careys Pink #C38F92
RGB
CMYK
RGB Variations
Color information
#C38F92 (or 0xC38F92) is known color: Careys Pink. HEX triplet: C3, 8F and 92. RGB value is (195,143,146). Sum of RGB (Red+Green+Blue) = 195+143+146=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F92 is #3C706D. Grayscale: #9E9E9E. Windows color (decimal): -3960942 or 9605059. OLE color: 9605059.
HSL color Cylindrical-coordinate representation of color #C38F92: hue angle of 356.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38F92 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 146 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.24 |
| HSL | 356.54º | 0.3% | 0.66% | - |
| HSV(B) | 356.54º | 0.27% | 0.76% | - |
| XYZ | 37.52 | 33.32 | 31.65 | - |
| YUV | 158.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 146 | 0 | 0.27 | 0.25 | 0.24 | 356.54 | 0.3 | 0.66 |
| Hex | C3 | 8F | 92 | 0 | 1B | 19 | 18 | 165 | 1E | 42 |
| Octal | 303 | 217 | 222 | 0 | 33 | 31 | 30 | 545 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10010010 | 0 | 11011 | 11001 | 11000 | 101100101 | 11110 | 1000010 |
Color Harmonies of #C38F92
Complementary color
Monochromatic Colors of #C38F92
Black with #C38F92
Text Example
Text Example
White with #C38F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F92; }
p { color: rgb(195,143,146); }
H1.HeaderClassName
{
color: #C38F92;
}
.AnyTagClassName
{
color: #C38F92;
}
</style>
background-color css
<style>
a { background-color: #C38F92; }
a { background-color: rgb(195,143,146); }
div.DivClassName
{
background-color: #C38F92;
}
.BgClassName
{
background-color: #C38F92;
}
</style>
border-color css
<style>
span { border-color: #C38F92; }
span { border-color: rgb(195,143,146); }
td.TdClassName
{
border-color: #C38F92;
}
.TagClassName
{
border-color: #C38F92;
}
</style>