Shades of Careys Pink #CB969C
Tints of Careys Pink #CB969C
RGB
CMYK
RGB Variations
Color information
#CB969C (or 0xCB969C) is known color: Careys Pink. HEX triplet: CB, 96 and 9C. RGB value is (203,150,156). Sum of RGB (Red+Green+Blue) = 203+150+156=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969C is #346963. Grayscale: #A6A6A6. Windows color (decimal): -3434852 or 10262219. OLE color: 10262219.
HSL color Cylindrical-coordinate representation of color #CB969C: hue angle of 353.21º 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 #CB969C is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 156 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.20 |
| HSL | 353.21º | 0.34% | 0.69% | - |
| HSV(B) | 353.21º | 0.26% | 0.8% | - |
| XYZ | 41.54 | 36.91 | 36.39 | - |
| YUV | 166.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 156 | 0 | 0.26 | 0.23 | 0.20 | 353.21 | 0.34 | 0.69 |
| Hex | CB | 96 | 9C | 0 | 1A | 17 | 14 | 161 | 22 | 45 |
| Octal | 313 | 226 | 234 | 0 | 32 | 27 | 24 | 541 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10011100 | 0 | 11010 | 10111 | 10100 | 101100001 | 100010 | 1000101 |
Color Harmonies of #CB969C
Complementary color
Monochromatic Colors of #CB969C
Black with #CB969C
Text Example
Text Example
White with #CB969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB969C; }
p { color: rgb(203,150,156); }
H1.HeaderClassName
{
color: #CB969C;
}
.AnyTagClassName
{
color: #CB969C;
}
</style>
background-color css
<style>
a { background-color: #CB969C; }
a { background-color: rgb(203,150,156); }
div.DivClassName
{
background-color: #CB969C;
}
.BgClassName
{
background-color: #CB969C;
}
</style>
border-color css
<style>
span { border-color: #CB969C; }
span { border-color: rgb(203,150,156); }
td.TdClassName
{
border-color: #CB969C;
}
.TagClassName
{
border-color: #CB969C;
}
</style>