#C1AAAE

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

Shades of Careys Pink #C1AAAE

Tints of Careys Pink #C1AAAE

Color information

#C1AAAE (or 0xC1AAAE) is unknown color: approx Careys Pink. HEX triplet: C1, AA and AE. RGB value is (193,170,174). Sum of RGB (Red+Green+Blue) = 193+170+174=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAAE is #3E5551. Grayscale: #B1B1B1. Windows color (decimal): -4085074 or 11446977. OLE color: 11446977.

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

Color convert

RGB193170174-
CMYK00.120.100.24
HSL349.57º15.65%71.18%-
HSV(B)349.57º11.92%75.69%-
XYZ44.0143.1446.05-
YUV177.33126.12139.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=35.94%
G=31.66%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317017400.120.100.24349.5715.6571.18
HexC1AAAE0CA1815e1047
Octal301252256014123053620107
Binary11000001101010101010111001100101011000101011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAAE; }

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

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

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

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

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

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

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

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