Shades of Careys Pink #C38F91
Tints of Careys Pink #C38F91
RGB
CMYK
RGB Variations
Color information
#C38F91 (or 0xC38F91) is known color: Careys Pink. HEX triplet: C3, 8F and 91. RGB value is (195,143,145). Sum of RGB (Red+Green+Blue) = 195+143+145=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F91 is #3C706E. Grayscale: #9E9E9E. Windows color (decimal): -3960943 or 9539523. OLE color: 9539523.
HSL color Cylindrical-coordinate representation of color #C38F91: hue angle of 357.69º 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 #C38F91 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 145 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.24 |
| HSL | 357.69º | 0.3% | 0.66% | - |
| HSV(B) | 357.69º | 0.27% | 0.76% | - |
| XYZ | 37.44 | 33.29 | 31.24 | - |
| YUV | 158.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 145 | 0 | 0.27 | 0.26 | 0.24 | 357.69 | 0.3 | 0.66 |
| Hex | C3 | 8F | 91 | 0 | 1B | 1A | 18 | 166 | 1E | 42 |
| Octal | 303 | 217 | 221 | 0 | 33 | 32 | 30 | 546 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10010001 | 0 | 11011 | 11010 | 11000 | 101100110 | 11110 | 1000010 |
Color Harmonies of #C38F91
Complementary color
Monochromatic Colors of #C38F91
Black with #C38F91
Text Example
Text Example
White with #C38F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F91; }
p { color: rgb(195,143,145); }
H1.HeaderClassName
{
color: #C38F91;
}
.AnyTagClassName
{
color: #C38F91;
}
</style>
background-color css
<style>
a { background-color: #C38F91; }
a { background-color: rgb(195,143,145); }
div.DivClassName
{
background-color: #C38F91;
}
.BgClassName
{
background-color: #C38F91;
}
</style>
border-color css
<style>
span { border-color: #C38F91; }
span { border-color: rgb(195,143,145); }
td.TdClassName
{
border-color: #C38F91;
}
.TagClassName
{
border-color: #C38F91;
}
</style>