#C8ABAD

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

Shades of Pink Flare #C8ABAD

Tints of Pink Flare #C8ABAD

Color information

#C8ABAD (or 0xC8ABAD) is unknown color: approx Pink Flare. HEX triplet: C8, AB and AD. RGB value is (200,171,173). Sum of RGB (Red+Green+Blue) = 200+171+173=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABAD is #375452. Grayscale: #B3B3B3. Windows color (decimal): -3626067 or 11381704. OLE color: 11381704.

HSL color Cylindrical-coordinate representation of color #C8ABAD: hue angle of 355.86º 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 #C8ABAD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200171173-
CMYK00.140.140.22
HSL355.86º20.86%72.75%-
HSV(B)355.86º14.5%78.43%-
XYZ45.9344.4245.69-
YUV179.9124.11142.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=36.76%
G=31.43%
B=31.80%

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
Decimal20017117300.140.140.22355.8620.8672.75
HexC8ABAD0EE161641549
Octal310253255016162654425111
Binary11001000101010111010110101110111010110101100100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABAD; }

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

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

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

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

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

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

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

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