#C8ABAC

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

Shades of Pink Flare #C8ABAC

Tints of Pink Flare #C8ABAC

Color information

#C8ABAC (or 0xC8ABAC) is unknown color: approx Pink Flare. HEX triplet: C8, AB and AC. RGB value is (200,171,172). Sum of RGB (Red+Green+Blue) = 200+171+172=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABAC is #375453. Grayscale: #B3B3B3. Windows color (decimal): -3626068 or 11316168. OLE color: 11316168.

HSL color Cylindrical-coordinate representation of color #C8ABAC: hue angle of 357.93º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABAC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200171172-
CMYK00.140.140.22
HSL357.93º20.86%72.75%-
HSV(B)357.93º14.5%78.43%-
XYZ45.8344.3845.18-
YUV179.78123.61142.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=36.83%
G=31.49%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017117200.140.140.22357.9320.8672.75
HexC8ABAC0EE161661549
Octal310253254016162654625111
Binary11001000101010111010110001110111010110101100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABAC; }

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

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

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

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

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

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

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

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