#C4AAAE

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

Shades of Careys Pink #C4AAAE

Tints of Careys Pink #C4AAAE

Color information

#C4AAAE (or 0xC4AAAE) is unknown color: approx Careys Pink. HEX triplet: C4, AA and AE. RGB value is (196,170,174). Sum of RGB (Red+Green+Blue) = 196+170+174=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAE is #3B5551. Grayscale: #B2B2B2. Windows color (decimal): -3888466 or 11446980. OLE color: 11446980.

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

Color convert

RGB196170174-
CMYK00.130.110.23
HSL350.77º18.06%71.76%-
HSV(B)350.77º13.27%76.86%-
XYZ44.7843.5446.09-
YUV178.23125.61140.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=36.30%
G=31.48%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617017400.130.110.23350.7718.0671.76
HexC4AAAE0DB1715f1248
Octal304252256015132753722110
Binary11000100101010101010111001101101110111101011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAAE; }

 p { color: rgb(196,170,174); }

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

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

 a { background-color: rgb(196,170,174); }

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

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

 span { border-color: rgb(196,170,174); }

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