#D6C1C2

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

Shades of Pink Flare #D6C1C2

Tints of Pink Flare #D6C1C2

Color information

#D6C1C2 (or 0xD6C1C2) is unknown color: approx Pink Flare. HEX triplet: D6, C1 and C2. RGB value is (214,193,194). Sum of RGB (Red+Green+Blue) = 214+193+194=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1C2 is #293E3D. Grayscale: #C7C7C7. Windows color (decimal): -2702910 or 12763606. OLE color: 12763606.

HSL color Cylindrical-coordinate representation of color #D6C1C2: hue angle of 357.14º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C1C2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214193194-
CMYK00.100.090.16
HSL357.14º20.39%79.8%-
HSV(B)357.14º9.81%83.92%-
XYZ56.5456.3358.93-
YUV199.39124.96138.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=35.61%
G=32.11%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419319400.100.090.16357.1420.3979.8
HexD6C1C20A9101651450
Octal326301302012112054524120
Binary11010110110000011100001001010100110000101100101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1C2; }

 p { color: rgb(214,193,194); }

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

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

 a { background-color: rgb(214,193,194); }

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

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

 span { border-color: rgb(214,193,194); }

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