#C2AAB0

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

Shades of Careys Pink #C2AAB0

Tints of Careys Pink #C2AAB0

Color information

#C2AAB0 (or 0xC2AAB0) is unknown color: approx Careys Pink. HEX triplet: C2, AA and B0. RGB value is (194,170,176). Sum of RGB (Red+Green+Blue) = 194+170+176=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAB0 is #3D554F. Grayscale: #B1B1B1. Windows color (decimal): -4019536 or 11578050. OLE color: 11578050.

HSL color Cylindrical-coordinate representation of color #C2AAB0: hue angle of 345º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAB0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194170176-
CMYK00.120.090.24
HSL345º16.44%71.37%-
HSV(B)345º12.37%76.08%-
XYZ44.4643.3547.1-
YUV177.86126.95139.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=35.93%
G=31.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417017600.120.090.2434516.4471.37
HexC2AAB00C9181591047
Octal302252260014113053120107
Binary11000010101010101011000001100100111000101011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAB0; }

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

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

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

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

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

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

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

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