#C3A9AB

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

Shades of Careys Pink #C3A9AB

Tints of Careys Pink #C3A9AB

Color information

#C3A9AB (or 0xC3A9AB) is unknown color: approx Careys Pink. HEX triplet: C3, A9 and AB. RGB value is (195,169,171). Sum of RGB (Red+Green+Blue) = 195+169+171=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A9AB is #3C5654. Grayscale: #B1B1B1. Windows color (decimal): -3954261 or 11250115. OLE color: 11250115.

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

Color convert

RGB195169171-
CMYK00.130.120.24
HSL355.38º17.81%71.37%-
HSV(B)355.38º13.33%76.47%-
XYZ44.0442.9244.49-
YUV177124.61140.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=36.45%
G=31.59%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516917100.130.120.24355.3817.8171.37
HexC3A9AB0DC181631247
Octal303251253015143054322107
Binary11000011101010011010101101101110011000101100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A9AB; }

 p { color: rgb(195,169,171); }

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

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

 a { background-color: rgb(195,169,171); }

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

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

 span { border-color: rgb(195,169,171); }

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