#C6ACAD

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

Shades of Pink Flare #C6ACAD

Tints of Pink Flare #C6ACAD

Color information

#C6ACAD (or 0xC6ACAD) is unknown color: approx Pink Flare. HEX triplet: C6, AC and AD. RGB value is (198,172,173). Sum of RGB (Red+Green+Blue) = 198+172+173=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAD is #395352. Grayscale: #B3B3B3. Windows color (decimal): -3756883 or 11381958. OLE color: 11381958.

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

Color convert

RGB198172173-
CMYK00.130.130.22
HSL357.69º18.57%72.55%-
HSV(B)357.69º13.13%77.65%-
XYZ45.5844.5345.73-
YUV179.89124.11140.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=36.46%
G=31.68%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817217300.130.130.22357.6918.5772.55
HexC6ACAD0DD161661349
Octal306254255015152654623111
Binary11000110101011001010110101101110110110101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACAD; }

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

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

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

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

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

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

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

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