Shades of Careys Pink #CB969E
Tints of Careys Pink #CB969E
RGB
CMYK
RGB Variations
Color information
#CB969E (or 0xCB969E) is known color: Careys Pink. HEX triplet: CB, 96 and 9E. RGB value is (203,150,158). Sum of RGB (Red+Green+Blue) = 203+150+158=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969E is #346961. Grayscale: #A6A6A6. Windows color (decimal): -3434850 or 10393291. OLE color: 10393291.
HSL color Cylindrical-coordinate representation of color #CB969E: hue angle of 350.94º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB969E is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 158 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.20 |
| HSL | 350.94º | 0.34% | 0.69% | - |
| HSV(B) | 350.94º | 0.26% | 0.8% | - |
| XYZ | 41.71 | 36.98 | 37.29 | - |
| YUV | 166.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 158 | 0 | 0.26 | 0.22 | 0.20 | 350.94 | 0.34 | 0.69 |
| Hex | CB | 96 | 9E | 0 | 1A | 16 | 14 | 15F | 22 | 45 |
| Octal | 313 | 226 | 236 | 0 | 32 | 26 | 24 | 537 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10011110 | 0 | 11010 | 10110 | 10100 | 101011111 | 100010 | 1000101 |
Color Harmonies of #CB969E
Complementary color
Monochromatic Colors of #CB969E
Black with #CB969E
Text Example
Text Example
White with #CB969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB969E; }
p { color: rgb(203,150,158); }
H1.HeaderClassName
{
color: #CB969E;
}
.AnyTagClassName
{
color: #CB969E;
}
</style>
background-color css
<style>
a { background-color: #CB969E; }
a { background-color: rgb(203,150,158); }
div.DivClassName
{
background-color: #CB969E;
}
.BgClassName
{
background-color: #CB969E;
}
</style>
border-color css
<style>
span { border-color: #CB969E; }
span { border-color: rgb(203,150,158); }
td.TdClassName
{
border-color: #CB969E;
}
.TagClassName
{
border-color: #CB969E;
}
</style>