#C0ABAF

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

Shades of Careys Pink #C0ABAF

Tints of Careys Pink #C0ABAF

Color information

#C0ABAF (or 0xC0ABAF) is unknown color: approx Careys Pink. HEX triplet: C0, AB and AF. RGB value is (192,171,175). Sum of RGB (Red+Green+Blue) = 192+171+175=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAF is #3F5450. Grayscale: #B1B1B1. Windows color (decimal): -4150353 or 11512768. OLE color: 11512768.

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

Color convert

RGB192171175-
CMYK00.110.090.25
HSL348.57º14.29%71.18%-
HSV(B)348.57º10.94%75.29%-
XYZ44.0443.4346.62-
YUV177.74126.46138.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=35.69%
G=31.78%
B=32.53%

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
Decimal19217117500.110.090.25348.5714.2971.18
HexC0ABAF0B91915de47
Octal300253257013113153516107
Binary1100000010101011101011110101110011100110101110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABAF; }

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

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

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

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

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

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

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

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