#C6ADAF

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

Shades of Pink Flare #C6ADAF

Tints of Pink Flare #C6ADAF

Color information

#C6ADAF (or 0xC6ADAF) is unknown color: approx Pink Flare. HEX triplet: C6, AD and AF. RGB value is (198,173,175). Sum of RGB (Red+Green+Blue) = 198+173+175=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAF is #395250. Grayscale: #B4B4B4. Windows color (decimal): -3756625 or 11513286. OLE color: 11513286.

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

Color convert

RGB198173175-
CMYK00.130.120.22
HSL355.2º17.99%72.75%-
HSV(B)355.2º12.63%77.65%-
XYZ45.9744.9946.82-
YUV180.7124.78140.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=36.26%
G=31.68%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817317500.130.120.22355.217.9972.75
HexC6ADAF0DC161631249
Octal306255257015142654322111
Binary11000110101011011010111101101110010110101100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADAF; }

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

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

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

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

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

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

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

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