#C0ABAE

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

Shades of Careys Pink #C0ABAE

Tints of Careys Pink #C0ABAE

Color information

#C0ABAE (or 0xC0ABAE) is unknown color: approx Careys Pink. HEX triplet: C0, AB and AE. RGB value is (192,171,174). Sum of RGB (Red+Green+Blue) = 192+171+174=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAE is #3F5451. Grayscale: #B1B1B1. Windows color (decimal): -4150354 or 11447232. OLE color: 11447232.

HSL color Cylindrical-coordinate representation of color #C0ABAE: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABAE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192171174-
CMYK00.110.090.25
HSL351.43º14.29%71.18%-
HSV(B)351.43º10.94%75.29%-
XYZ43.9443.3946.1-
YUV177.62125.96138.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=35.75%
G=31.84%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217117400.110.090.25351.4314.2971.18
HexC0ABAE0B91915fe47
Octal300253256013113153716107
Binary1100000010101011101011100101110011100110101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABAE; }

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

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

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

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

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

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

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

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