#C3AAB0

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

Shades of Careys Pink #C3AAB0

Tints of Careys Pink #C3AAB0

Color information

#C3AAB0 (or 0xC3AAB0) is unknown color: approx Careys Pink. HEX triplet: C3, AA and B0. RGB value is (195,170,176). Sum of RGB (Red+Green+Blue) = 195+170+176=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAB0 is #3C554F. Grayscale: #B2B2B2. Windows color (decimal): -3954000 or 11578051. OLE color: 11578051.

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

Color convert

RGB195170176-
CMYK00.130.100.24
HSL345.6º17.24%71.57%-
HSV(B)345.6º12.82%76.47%-
XYZ44.7243.4947.11-
YUV178.16126.78140.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=36.04%
G=31.42%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517017600.130.100.24345.617.2471.57
HexC3AAB00DA1815a1148
Octal303252260015123053221110
Binary11000011101010101011000001101101011000101011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAB0; }

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

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

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

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

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

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

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

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