#C1A0AB

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

Shades of Careys Pink #C1A0AB

Tints of Careys Pink #C1A0AB

Color information

#C1A0AB (or 0xC1A0AB) is unknown color: approx Careys Pink. HEX triplet: C1, A0 and AB. RGB value is (193,160,171). Sum of RGB (Red+Green+Blue) = 193+160+171=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0AB is #3E5F54. Grayscale: #ABABAB. Windows color (decimal): -4087637 or 11247809. OLE color: 11247809.

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

Color convert

RGB193160171-
CMYK00.170.110.24
HSL340º21.02%69.22%-
HSV(B)340º17.1%75.69%-
XYZ41.9139.4243.93-
YUV171.12127.93143.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=36.83%
G=30.53%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316017100.170.110.2434021.0269.22
HexC1A0AB011B181541545
Octal301240253021133052425105
Binary110000011010000010101011010001101111000101010100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0AB; }

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

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

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

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

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

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

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

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