#C2AAAB

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

Shades of Careys Pink #C2AAAB

Tints of Careys Pink #C2AAAB

Color information

#C2AAAB (or 0xC2AAAB) is unknown color: approx Careys Pink. HEX triplet: C2, AA and AB. RGB value is (194,170,171). Sum of RGB (Red+Green+Blue) = 194+170+171=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAAB is #3D5554. Grayscale: #B1B1B1. Windows color (decimal): -4019541 or 11250370. OLE color: 11250370.

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

Color convert

RGB194170171-
CMYK00.120.120.24
HSL357.5º16.44%71.37%-
HSV(B)357.5º12.37%76.08%-
XYZ43.9743.1644.54-
YUV177.29124.45139.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=36.26%
G=31.78%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417017100.120.120.24357.516.4471.37
HexC2AAAB0CC181661047
Octal302252253014143054620107
Binary11000010101010101010101101100110011000101100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAAB; }

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

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

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

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

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

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

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

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