#C1ABAE

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

Shades of Careys Pink #C1ABAE

Tints of Careys Pink #C1ABAE

Color information

#C1ABAE (or 0xC1ABAE) is unknown color: approx Careys Pink. HEX triplet: C1, AB and AE. RGB value is (193,171,174). Sum of RGB (Red+Green+Blue) = 193+171+174=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABAE is #3E5451. Grayscale: #B1B1B1. Windows color (decimal): -4084818 or 11447233. OLE color: 11447233.

HSL color Cylindrical-coordinate representation of color #C1ABAE: hue angle of 351.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABAE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193171174-
CMYK00.110.100.24
HSL351.82º15.07%71.37%-
HSV(B)351.82º11.4%75.69%-
XYZ44.243.5246.12-
YUV177.92125.79138.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=35.87%
G=31.78%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317117400.110.100.24351.8215.0771.37
HexC1ABAE0BA18160f47
Octal301253256013123054017107
Binary1100000110101011101011100101110101100010110000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABAE; }

 p { color: rgb(193,171,174); }

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

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

 a { background-color: rgb(193,171,174); }

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

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

 span { border-color: rgb(193,171,174); }

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