#C4ABAE

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

Shades of Careys Pink #C4ABAE

Tints of Careys Pink #C4ABAE

Color information

#C4ABAE (or 0xC4ABAE) is unknown color: approx Careys Pink. HEX triplet: C4, AB and AE. RGB value is (196,171,174). Sum of RGB (Red+Green+Blue) = 196+171+174=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAE is #3B5451. Grayscale: #B2B2B2. Windows color (decimal): -3888210 or 11447236. OLE color: 11447236.

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

Color convert

RGB196171174-
CMYK00.130.110.23
HSL352.8º17.48%71.96%-
HSV(B)352.8º12.76%76.86%-
XYZ44.9743.9246.15-
YUV178.82125.28140.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=36.23%
G=31.61%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617117400.130.110.23352.817.4871.96
HexC4ABAE0DB171611148
Octal304253256015132754121110
Binary11000100101010111010111001101101110111101100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABAE; }

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

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

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

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

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

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

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

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