#C5ABAE

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

Shades of Careys Pink #C5ABAE

Tints of Careys Pink #C5ABAE

Color information

#C5ABAE (or 0xC5ABAE) is unknown color: approx Careys Pink. HEX triplet: C5, AB and AE. RGB value is (197,171,174). Sum of RGB (Red+Green+Blue) = 197+171+174=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAE is #3A5451. Grayscale: #B3B3B3. Windows color (decimal): -3822674 or 11447237. OLE color: 11447237.

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

Color convert

RGB197171174-
CMYK00.130.120.23
HSL353.08º18.31%72.16%-
HSV(B)353.08º13.2%77.25%-
XYZ45.2344.0546.16-
YUV179.12125.11140.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=36.35%
G=31.55%
B=32.10%

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
Decimal19717117400.130.120.23353.0818.3172.16
HexC5ABAE0DC171611248
Octal305253256015142754122110
Binary11000101101010111010111001101110010111101100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABAE; }

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

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

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

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

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

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

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

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