#C1ACB0

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

Shades of Careys Pink #C1ACB0

Tints of Careys Pink #C1ACB0

Color information

#C1ACB0 (or 0xC1ACB0) is unknown color: approx Careys Pink. HEX triplet: C1, AC and B0. RGB value is (193,172,176). Sum of RGB (Red+Green+Blue) = 193+172+176=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACB0 is #3E534F. Grayscale: #B2B2B2. Windows color (decimal): -4084560 or 11578561. OLE color: 11578561.

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

Color convert

RGB193172176-
CMYK00.110.090.24
HSL348.57º14.48%71.57%-
HSV(B)348.57º10.88%75.69%-
XYZ44.5843.9847.21-
YUV178.74126.46138.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=35.67%
G=31.79%
B=32.53%

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
Decimal19317217600.110.090.24348.5714.4871.57
HexC1ACB00B91815de48
Octal301254260013113053516110
Binary1100000110101100101100000101110011100010101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACB0; }

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

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

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

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

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

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

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

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