#C1A0A9

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

Shades of Careys Pink #C1A0A9

Tints of Careys Pink #C1A0A9

Color information

#C1A0A9 (or 0xC1A0A9) is unknown color: approx Careys Pink. HEX triplet: C1, A0 and A9. RGB value is (193,160,169). Sum of RGB (Red+Green+Blue) = 193+160+169=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0A9 is #3E5F56. Grayscale: #AAAAAA. Windows color (decimal): -4087639 or 11116737. OLE color: 11116737.

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

Color convert

RGB193160169-
CMYK00.170.120.24
HSL343.64º21.02%69.22%-
HSV(B)343.64º17.1%75.69%-
XYZ41.7239.3442.93-
YUV170.89126.93143.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=36.97%
G=30.65%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316016900.170.120.24343.6421.0269.22
HexC1A0A9011C181581545
Octal301240251021143053025105
Binary110000011010000010101001010001110011000101011000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0A9; }

 p { color: rgb(193,160,169); }

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

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

 a { background-color: rgb(193,160,169); }

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

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

 span { border-color: rgb(193,160,169); }

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