#C1A2A5

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

Shades of Careys Pink #C1A2A5

Tints of Careys Pink #C1A2A5

Color information

#C1A2A5 (or 0xC1A2A5) is unknown color: approx Careys Pink. HEX triplet: C1, A2 and A5. RGB value is (193,162,165). Sum of RGB (Red+Green+Blue) = 193+162+165=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A2A5 is #3E5D5A. Grayscale: #ABABAB. Windows color (decimal): -4087131 or 10855105. OLE color: 10855105.

HSL color Cylindrical-coordinate representation of color #C1A2A5: hue angle of 354.19º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A2A5 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193162165-
CMYK00.160.150.24
HSL354.19º20%69.61%-
HSV(B)354.19º16.06%75.69%-
XYZ41.739.8941.1-
YUV171.61124.27143.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=37.12%
G=31.15%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316216500.160.150.24354.192069.61
HexC1A2A5010F181621446
Octal301242245020173054224106
Binary110000011010001010100101010000111111000101100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2A5; }

 p { color: rgb(193,162,165); }

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

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

 a { background-color: rgb(193,162,165); }

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

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

 span { border-color: rgb(193,162,165); }

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