#C7ACAD

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

Shades of Pink Flare #C7ACAD

Tints of Pink Flare #C7ACAD

Color information

#C7ACAD (or 0xC7ACAD) is unknown color: approx Pink Flare. HEX triplet: C7, AC and AD. RGB value is (199,172,173). Sum of RGB (Red+Green+Blue) = 199+172+173=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ACAD is #385352. Grayscale: #B4B4B4. Windows color (decimal): -3691347 or 11381959. OLE color: 11381959.

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

Color convert

RGB199172173-
CMYK00.140.130.22
HSL357.78º19.42%72.75%-
HSV(B)357.78º13.57%78.04%-
XYZ45.8544.6645.74-
YUV180.19123.95141.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=36.58%
G=31.62%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917217300.140.130.22357.7819.4272.75
HexC7ACAD0ED161661349
Octal307254255016152654623111
Binary11000111101011001010110101110110110110101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACAD; }

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

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

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

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

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

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

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

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