#C0ABAC

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

Shades of Careys Pink #C0ABAC

Tints of Careys Pink #C0ABAC

Color information

#C0ABAC (or 0xC0ABAC) is unknown color: approx Careys Pink. HEX triplet: C0, AB and AC. RGB value is (192,171,172). Sum of RGB (Red+Green+Blue) = 192+171+172=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAC is #3F5453. Grayscale: #B1B1B1. Windows color (decimal): -4150356 or 11316160. OLE color: 11316160.

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

Color convert

RGB192171172-
CMYK00.110.100.25
HSL357.14º14.29%71.18%-
HSV(B)357.14º10.94%75.29%-
XYZ43.7543.3145.08-
YUV177.39124.96138.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=35.89%
G=31.96%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217117200.110.100.25357.1414.2971.18
HexC0ABAC0BA19165e47
Octal300253254013123154516107
Binary1100000010101011101011000101110101100110110010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABAC; }

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

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

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

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

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

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

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

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