#C2A1AB

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

Shades of Careys Pink #C2A1AB

Tints of Careys Pink #C2A1AB

Color information

#C2A1AB (or 0xC2A1AB) is unknown color: approx Careys Pink. HEX triplet: C2, A1 and AB. RGB value is (194,161,171). Sum of RGB (Red+Green+Blue) = 194+161+171=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A1AB is #3D5E54. Grayscale: #ACACAC. Windows color (decimal): -4021845 or 11248066. OLE color: 11248066.

HSL color Cylindrical-coordinate representation of color #C2A1AB: hue angle of 341.82º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A1AB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194161171-
CMYK00.170.120.24
HSL341.82º21.29%69.61%-
HSV(B)341.82º17.01%76.08%-
XYZ42.3439.944-
YUV172.01127.43143.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=36.88%
G=30.61%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416117100.170.120.24341.8221.2969.61
HexC2A1AB011C181561546
Octal302241253021143052625106
Binary110000101010000110101011010001110011000101010110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1AB; }

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

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

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

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

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

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

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

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