#C2ACB1

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

Shades of Careys Pink #C2ACB1

Tints of Careys Pink #C2ACB1

Color information

#C2ACB1 (or 0xC2ACB1) is unknown color: approx Careys Pink. HEX triplet: C2, AC and B1. RGB value is (194,172,177). Sum of RGB (Red+Green+Blue) = 194+172+177=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACB1 is #3D534E. Grayscale: #B3B3B3. Windows color (decimal): -4019023 or 11644098. OLE color: 11644098.

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

Color convert

RGB194172177-
CMYK00.110.090.24
HSL346.36º15.28%71.76%-
HSV(B)346.36º11.34%76.08%-
XYZ44.9444.1547.75-
YUV179.15126.79138.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=35.73%
G=31.68%
B=32.60%

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
Decimal19417217700.110.090.24346.3615.2871.76
HexC2ACB10B91815af48
Octal302254261013113053217110
Binary1100001010101100101100010101110011100010101101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACB1; }

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

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

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

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

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

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

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

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