#C2ACB0

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

Shades of Careys Pink #C2ACB0

Tints of Careys Pink #C2ACB0

Color information

#C2ACB0 (or 0xC2ACB0) is unknown color: approx Careys Pink. HEX triplet: C2, AC and B0. RGB value is (194,172,176). Sum of RGB (Red+Green+Blue) = 194+172+176=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACB0 is #3D534F. Grayscale: #B3B3B3. Windows color (decimal): -4019024 or 11578562. OLE color: 11578562.

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

Color convert

RGB194172176-
CMYK00.110.090.24
HSL349.09º15.28%71.76%-
HSV(B)349.09º11.34%76.08%-
XYZ44.8444.1147.23-
YUV179.03126.29138.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=35.79%
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
Decimal19417217600.110.090.24349.0915.2871.76
HexC2ACB00B91815df48
Octal302254260013113053517110
Binary1100001010101100101100000101110011100010101110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACB0; }

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

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

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

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

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

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

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

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