#C4AAB1

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

Shades of Careys Pink #C4AAB1

Tints of Careys Pink #C4AAB1

Color information

#C4AAB1 (or 0xC4AAB1) is unknown color: approx Careys Pink. HEX triplet: C4, AA and B1. RGB value is (196,170,177). Sum of RGB (Red+Green+Blue) = 196+170+177=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAB1 is #3B554E. Grayscale: #B2B2B2. Windows color (decimal): -3888463 or 11643588. OLE color: 11643588.

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

Color convert

RGB196170177-
CMYK00.130.100.23
HSL343.85º18.06%71.76%-
HSV(B)343.85º13.27%76.86%-
XYZ45.0843.6647.65-
YUV178.57127.11140.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=36.10%
G=31.31%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617017700.130.100.23343.8518.0671.76
HexC4AAB10DA171581248
Octal304252261015122753022110
Binary11000100101010101011000101101101010111101011000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB1; }

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

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

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

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

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

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

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

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