#C2A0A4

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

Shades of Careys Pink #C2A0A4

Tints of Careys Pink #C2A0A4

Color information

#C2A0A4 (or 0xC2A0A4) is unknown color: approx Careys Pink. HEX triplet: C2, A0 and A4. RGB value is (194,160,164). Sum of RGB (Red+Green+Blue) = 194+160+164=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0A4 is #3D5F5B. Grayscale: #AAAAAA. Windows color (decimal): -4022108 or 10789058. OLE color: 10789058.

HSL color Cylindrical-coordinate representation of color #C2A0A4: hue angle of 352.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0A4 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194160164-
CMYK00.180.150.24
HSL352.94º21.79%69.41%-
HSV(B)352.94º17.53%76.08%-
XYZ41.5239.2940.52-
YUV170.62124.26144.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=37.45%
G=30.89%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416016400.180.150.24352.9421.7969.41
HexC2A0A4012F181611645
Octal302240244022173054126105
Binary110000101010000010100100010010111111000101100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A0A4; }

 p { color: rgb(194,160,164); }

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

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

 a { background-color: rgb(194,160,164); }

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

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

 span { border-color: rgb(194,160,164); }

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