Shades of Careys Pink #CBA5AC
Tints of Careys Pink #CBA5AC
RGB
CMYK
RGB Variations
Color information
#CBA5AC (or 0xCBA5AC) is known color: Careys Pink. HEX triplet: CB, A5 and AC. RGB value is (203,165,172). Sum of RGB (Red+Green+Blue) = 203+165+172=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5AC is #345A53. Grayscale: #B1B1B1. Windows color (decimal): -3430996 or 11314635. OLE color: 11314635.
HSL color Cylindrical-coordinate representation of color #CBA5AC: hue angle of 348.95º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA5AC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 165 | 172 | - |
CMYK | 0 | 0.19 | 0.15 | 0.20 |
HSL | 348.95º | 0.27% | 0.72% | - |
HSV(B) | 348.95º | 0.19% | 0.8% | - |
XYZ | 45.53 | 42.59 | 44.85 | - |
YUV | 177.16 | 125.09 | 146.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 165 | 172 | 0 | 0.19 | 0.15 | 0.20 | 348.95 | 0.27 | 0.72 |
Hex | CB | A5 | AC | 0 | 13 | F | 14 | 15D | 1B | 48 |
Octal | 313 | 245 | 254 | 0 | 23 | 17 | 24 | 535 | 33 | 110 |
Binary | 11001011 | 10100101 | 10101100 | 0 | 10011 | 1111 | 10100 | 101011101 | 11011 | 1001000 |
Color Harmonies of #CBA5AC
Complementary color
Monochromatic Colors of #CBA5AC
Black with #CBA5AC
Text Example
Text Example
White with #CBA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5AC; }
p { color: rgb(203,165,172); }
H1.HeaderClassName
{
color: #CBA5AC;
}
.AnyTagClassName
{
color: #CBA5AC;
}
</style>
background-color css
<style>
a { background-color: #CBA5AC; }
a { background-color: rgb(203,165,172); }
div.DivClassName
{
background-color: #CBA5AC;
}
.BgClassName
{
background-color: #CBA5AC;
}
</style>
border-color css
<style>
span { border-color: #CBA5AC; }
span { border-color: rgb(203,165,172); }
td.TdClassName
{
border-color: #CBA5AC;
}
.TagClassName
{
border-color: #CBA5AC;
}
</style>