#C1ABB0

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

Shades of Careys Pink #C1ABB0

Tints of Careys Pink #C1ABB0

Color information

#C1ABB0 (or 0xC1ABB0) is unknown color: approx Careys Pink. HEX triplet: C1, AB and B0. RGB value is (193,171,176). Sum of RGB (Red+Green+Blue) = 193+171+176=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABB0 is #3E544F. Grayscale: #B2B2B2. Windows color (decimal): -4084816 or 11578305. OLE color: 11578305.

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

Color convert

RGB193171176-
CMYK00.110.090.24
HSL346.36º15.07%71.37%-
HSV(B)346.36º11.4%75.69%-
XYZ44.3943.647.15-
YUV178.15126.79138.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=35.74%
G=31.67%
B=32.59%

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
Decimal19317117600.110.090.24346.3615.0771.37
HexC1ABB00B91815af47
Octal301253260013113053217107
Binary1100000110101011101100000101110011100010101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABB0; }

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

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

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

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

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

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

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

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