#C2ACAE

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

Shades of Careys Pink #C2ACAE

Tints of Careys Pink #C2ACAE

Color information

#C2ACAE (or 0xC2ACAE) is unknown color: approx Careys Pink. HEX triplet: C2, AC and AE. RGB value is (194,172,174). Sum of RGB (Red+Green+Blue) = 194+172+174=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACAE is #3D5351. Grayscale: #B2B2B2. Windows color (decimal): -4019026 or 11447490. OLE color: 11447490.

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

Color convert

RGB194172174-
CMYK00.110.100.24
HSL354.55º15.28%71.76%-
HSV(B)354.55º11.34%76.08%-
XYZ44.6444.0346.19-
YUV178.81125.29138.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=35.93%
G=31.85%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417217400.110.100.24354.5515.2871.76
HexC2ACAE0BA18163f48
Octal302254256013123054317110
Binary1100001010101100101011100101110101100010110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACAE; }

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

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

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

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

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

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

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

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