#C2A0AB

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

Shades of Careys Pink #C2A0AB

Tints of Careys Pink #C2A0AB

Color information

#C2A0AB (or 0xC2A0AB) is unknown color: approx Careys Pink. HEX triplet: C2, A0 and AB. RGB value is (194,160,171). Sum of RGB (Red+Green+Blue) = 194+160+171=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0AB is #3D5F54. Grayscale: #ABABAB. Windows color (decimal): -4022101 or 11247810. OLE color: 11247810.

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

Color convert

RGB194160171-
CMYK00.180.120.24
HSL340.59º21.79%69.41%-
HSV(B)340.59º17.53%76.08%-
XYZ42.1739.5543.94-
YUV171.42127.76144.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=36.95%
G=30.48%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416017100.180.120.24340.5921.7969.41
HexC2A0AB012C181551645
Octal302240253022143052526105
Binary110000101010000010101011010010110011000101010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A0AB; }

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

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

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

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

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

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

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

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