#C6ADB3

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

Shades of Pink Flare #C6ADB3

Tints of Pink Flare #C6ADB3

Color information

#C6ADB3 (or 0xC6ADB3) is unknown color: approx Pink Flare. HEX triplet: C6, AD and B3. RGB value is (198,173,179). Sum of RGB (Red+Green+Blue) = 198+173+179=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADB3 is #39524C. Grayscale: #B5B5B5. Windows color (decimal): -3756621 or 11775430. OLE color: 11775430.

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

Color convert

RGB198173179-
CMYK00.130.100.22
HSL345.6º17.99%72.75%-
HSV(B)345.6º12.63%77.65%-
XYZ46.3745.1548.92-
YUV181.16126.78140.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=36%
G=31.45%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817317900.130.100.22345.617.9972.75
HexC6ADB30DA1615a1249
Octal306255263015122653222111
Binary11000110101011011011001101101101010110101011010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADB3; }

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

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

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

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

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

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

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

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