#C3AAB1

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

Shades of Careys Pink #C3AAB1

Tints of Careys Pink #C3AAB1

Color information

#C3AAB1 (or 0xC3AAB1) is unknown color: approx Careys Pink. HEX triplet: C3, AA and B1. RGB value is (195,170,177). Sum of RGB (Red+Green+Blue) = 195+170+177=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAB1 is #3C554E. Grayscale: #B2B2B2. Windows color (decimal): -3953999 or 11643587. OLE color: 11643587.

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

Color convert

RGB195170177-
CMYK00.130.090.24
HSL343.2º17.24%71.57%-
HSV(B)343.2º12.82%76.47%-
XYZ44.8243.5347.63-
YUV178.27127.28139.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=35.98%
G=31.37%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517017700.130.090.24343.217.2471.57
HexC3AAB10D9181571148
Octal303252261015113052721110
Binary11000011101010101011000101101100111000101010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAB1; }

 p { color: rgb(195,170,177); }

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

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

 a { background-color: rgb(195,170,177); }

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

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

 span { border-color: rgb(195,170,177); }

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