#C6ADB1

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

Shades of Pink Flare #C6ADB1

Tints of Pink Flare #C6ADB1

Color information

#C6ADB1 (or 0xC6ADB1) is unknown color: approx Pink Flare. HEX triplet: C6, AD and B1. RGB value is (198,173,177). Sum of RGB (Red+Green+Blue) = 198+173+177=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADB1 is #39524E. Grayscale: #B4B4B4. Windows color (decimal): -3756623 or 11644358. OLE color: 11644358.

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

Color convert

RGB198173177-
CMYK00.130.110.22
HSL350.4º17.99%72.75%-
HSV(B)350.4º12.63%77.65%-
XYZ46.1745.0747.86-
YUV180.93125.78140.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=36.13%
G=31.57%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817317700.130.110.22350.417.9972.75
HexC6ADB10DB1615e1249
Octal306255261015132653622111
Binary11000110101011011011000101101101110110101011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADB1; }

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

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

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

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

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

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

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

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