#C4A1A2

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

Shades of Careys Pink #C4A1A2

Tints of Careys Pink #C4A1A2

Color information

#C4A1A2 (or 0xC4A1A2) is unknown color: approx Careys Pink. HEX triplet: C4, A1 and A2. RGB value is (196,161,162). Sum of RGB (Red+Green+Blue) = 196+161+162=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A1A2 is #3B5E5D. Grayscale: #ABABAB. Windows color (decimal): -3890782 or 10658244. OLE color: 10658244.

HSL color Cylindrical-coordinate representation of color #C4A1A2: hue angle of 358.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1A2 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB196161162-
CMYK00.180.170.23
HSL358.29º22.88%70%-
HSV(B)358.29º17.86%76.86%-
XYZ42.0339.8339.66-
YUV171.58122.6145.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=37.76%
G=31.02%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616116200.180.170.23358.2922.8870
HexC4A1A201211171661746
Octal304241242022212754627106
Binary1100010010100001101000100100101000110111101100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1A2; }

 p { color: rgb(196,161,162); }

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

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

 a { background-color: rgb(196,161,162); }

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

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

 span { border-color: rgb(196,161,162); }

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