#C4ABAC

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

Shades of Careys Pink #C4ABAC

Tints of Careys Pink #C4ABAC

Color information

#C4ABAC (or 0xC4ABAC) is unknown color: approx Careys Pink. HEX triplet: C4, AB and AC. RGB value is (196,171,172). Sum of RGB (Red+Green+Blue) = 196+171+172=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAC is #3B5453. Grayscale: #B2B2B2. Windows color (decimal): -3888212 or 11316164. OLE color: 11316164.

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

Color convert

RGB196171172-
CMYK00.130.120.23
HSL357.6º17.48%71.96%-
HSV(B)357.6º12.76%76.86%-
XYZ44.7743.8445.13-
YUV178.59124.28140.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=36.36%
G=31.73%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617117200.130.120.23357.617.4871.96
HexC4ABAC0DC171661148
Octal304253254015142754621110
Binary11000100101010111010110001101110010111101100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABAC; }

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

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

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

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

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

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

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

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