#C1ABAF

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

Shades of Careys Pink #C1ABAF

Tints of Careys Pink #C1ABAF

Color information

#C1ABAF (or 0xC1ABAF) is unknown color: approx Careys Pink. HEX triplet: C1, AB and AF. RGB value is (193,171,175). Sum of RGB (Red+Green+Blue) = 193+171+175=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABAF is #3E5450. Grayscale: #B2B2B2. Windows color (decimal): -4084817 or 11512769. OLE color: 11512769.

HSL color Cylindrical-coordinate representation of color #C1ABAF: hue angle of 349.09º 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 #C1ABAF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193171175-
CMYK00.110.090.24
HSL349.09º15.07%71.37%-
HSV(B)349.09º11.4%75.69%-
XYZ44.2943.5646.63-
YUV178.03126.29138.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=35.81%
G=31.73%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317117500.110.090.24349.0915.0771.37
HexC1ABAF0B91815df47
Octal301253257013113053517107
Binary1100000110101011101011110101110011100010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABAF; }

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

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

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

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

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

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

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

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