#CBA1AB

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

Shades of Careys Pink #CBA1AB

Tints of Careys Pink #CBA1AB

Color information

#CBA1AB (or 0xCBA1AB) is unknown color: approx Careys Pink. HEX triplet: CB, A1 and AB. RGB value is (203,161,171). Sum of RGB (Red+Green+Blue) = 203+161+171=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AB is #345E54. Grayscale: #AEAEAE. Windows color (decimal): -3432021 or 11248075. OLE color: 11248075.

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

Color convert

RGB203161171-
CMYK00.210.160.20
HSL345.71º28.77%71.37%-
HSV(B)345.71º20.69%79.61%-
XYZ44.7241.1344.11-
YUV174.7125.91148.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=37.94%
G=30.09%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316117100.210.160.20345.7128.7771.37
HexCBA1AB015101415a1d47
Octal313241253025202453235107
Binary1100101110100001101010110101011000010100101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1AB; }

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

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

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

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

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

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

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

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