#C4A1AB

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

Shades of Careys Pink #C4A1AB

Tints of Careys Pink #C4A1AB

Color information

#C4A1AB (or 0xC4A1AB) is unknown color: approx Careys Pink. HEX triplet: C4, A1 and AB. RGB value is (196,161,171). Sum of RGB (Red+Green+Blue) = 196+161+171=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A1AB is #3B5E54. Grayscale: #ACACAC. Windows color (decimal): -3890773 or 11248068. OLE color: 11248068.

HSL color Cylindrical-coordinate representation of color #C4A1AB: hue angle of 342.86º degrees, saturation: 0.23, 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 #C4A1AB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196161171-
CMYK00.180.130.23
HSL342.86º22.88%70%-
HSV(B)342.86º17.86%76.86%-
XYZ42.8640.1744.02-
YUV172.6127.1144.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=37.12%
G=30.49%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616117100.180.130.23342.8622.8870
HexC4A1AB012D171571746
Octal304241253022152752727106
Binary110001001010000110101011010010110110111101010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1AB; }

 p { color: rgb(196,161,171); }

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

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

 a { background-color: rgb(196,161,171); }

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

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

 span { border-color: rgb(196,161,171); }

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