#C8ACAD

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

Shades of Pink Flare #C8ACAD

Tints of Pink Flare #C8ACAD

Color information

#C8ACAD (or 0xC8ACAD) is unknown color: approx Pink Flare. HEX triplet: C8, AC and AD. RGB value is (200,172,173). Sum of RGB (Red+Green+Blue) = 200+172+173=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACAD is #375352. Grayscale: #B4B4B4. Windows color (decimal): -3625811 or 11381960. OLE color: 11381960.

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

Color convert

RGB200172173-
CMYK00.140.140.22
HSL357.86º20.29%72.94%-
HSV(B)357.86º14%78.43%-
XYZ46.1144.845.75-
YUV180.49123.78141.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=36.70%
G=31.56%
B=31.74%

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
Decimal20017217300.140.140.22357.8620.2972.94
HexC8ACAD0EE161661449
Octal310254255016162654624111
Binary11001000101011001010110101110111010110101100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACAD; }

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

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

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

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

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

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

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

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