#C5A1A5

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

Shades of Careys Pink #C5A1A5

Tints of Careys Pink #C5A1A5

Color information

#C5A1A5 (or 0xC5A1A5) is unknown color: approx Careys Pink. HEX triplet: C5, A1 and A5. RGB value is (197,161,165). Sum of RGB (Red+Green+Blue) = 197+161+165=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A1A5 is #3A5E5A. Grayscale: #ACACAC. Windows color (decimal): -3825243 or 10854853. OLE color: 10854853.

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

Color convert

RGB197161165-
CMYK00.180.160.23
HSL353.33º23.68%70.2%-
HSV(B)353.33º18.27%77.25%-
XYZ42.5640.0841.09-
YUV172.22123.93145.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=37.67%
G=30.78%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716116500.180.160.23353.3323.6870.2
HexC5A1A501210171611846
Octal305241245022202754130106
Binary1100010110100001101001010100101000010111101100001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A1A5; }

 p { color: rgb(197,161,165); }

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

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

 a { background-color: rgb(197,161,165); }

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

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

 span { border-color: rgb(197,161,165); }

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