#CBA2AB

Color #CBA2AB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CBA2AB

Tints of Careys Pink #CBA2AB

Color information

#CBA2AB (or 0xCBA2AB) is unknown color: approx Careys Pink. HEX triplet: CB, A2 and AB. RGB value is (203,162,171). Sum of RGB (Red+Green+Blue) = 203+162+171=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2AB is #345D54. Grayscale: #AFAFAF. Windows color (decimal): -3431765 or 11248331. OLE color: 11248331.

HSL color Cylindrical-coordinate representation of color #CBA2AB: hue angle of 346.83º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2AB is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203162171-
CMYK00.200.160.20
HSL346.83º28.28%71.57%-
HSV(B)346.83º20.2%79.61%-
XYZ44.941.4844.17-
YUV175.28125.58147.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=37.87%
G=30.22%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316217100.200.160.20346.8328.2871.57
HexCBA2AB014101415b1c48
Octal313242253024202453334110
Binary1100101110100010101010110101001000010100101011011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2AB; }

 p { color: rgb(203,162,171); }

 H1.HeaderClassName
 {
   color: #CBA2AB;
 }
 .AnyTagClassName
 {
   color: #CBA2AB;
 }
</style>
background-color css

<style>
 a { background-color: #CBA2AB; }

 a { background-color: rgb(203,162,171); }

 div.DivClassName
 {
   background-color: #CBA2AB;
 }
 .BgClassName
 {
   background-color: #CBA2AB;
 }
</style>
border-color css

<style>
 span { border-color: #CBA2AB; }

 span { border-color: rgb(203,162,171); }

 td.TdClassName
 {
   border-color: #CBA2AB;
 }
 .TagClassName
 {
   border-color: #CBA2AB;
 }
</style>