#CBA0AB

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

Shades of Careys Pink #CBA0AB

Tints of Careys Pink #CBA0AB

Color information

#CBA0AB (or 0xCBA0AB) is unknown color: approx Careys Pink. HEX triplet: CB, A0 and AB. RGB value is (203,160,171). Sum of RGB (Red+Green+Blue) = 203+160+171=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AB is #345F54. Grayscale: #AEAEAE. Windows color (decimal): -3432277 or 11247819. OLE color: 11247819.

HSL color Cylindrical-coordinate representation of color #CBA0AB: hue angle of 344.65º 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 #CBA0AB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203160171-
CMYK00.210.160.20
HSL344.65º29.25%71.18%-
HSV(B)344.65º21.18%79.61%-
XYZ44.5540.7844.05-
YUV174.11126.25148.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=38.01%
G=29.96%
B=32.02%

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
Decimal20316017100.210.160.20344.6529.2571.18
HexCBA0AB01510141591d47
Octal313240253025202453135107
Binary1100101110100000101010110101011000010100101011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0AB; }

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

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

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

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

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

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

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

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