#D26C6E

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

Shades of Froly #D26C6E

Tints of Froly #D26C6E

Color information

#D26C6E (or 0xD26C6E) is unknown color: approx Froly. HEX triplet: D2, 6C and 6E. RGB value is (210,108,110). Sum of RGB (Red+Green+Blue) = 210+108+110=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C6E is #2D9391. Grayscale: #8A8A8A. Windows color (decimal): -2986898 or 7236818. OLE color: 7236818.

HSL color Cylindrical-coordinate representation of color #D26C6E: hue angle of 358.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C6E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210108110-
CMYK00.490.480.18
HSL358.82º53.12%62.35%-
HSV(B)358.82º48.57%82.35%-
XYZ34.7625.5517.85-
YUV138.73111.79178.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=49.07%
G=25.23%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010811000.490.480.18358.8253.1262.35
HexD26C6E0313012167353e
Octal32215415606160225476576
Binary1101001011011001101110011000111000010010101100111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C6E; }

 p { color: rgb(210,108,110); }

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

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

 a { background-color: rgb(210,108,110); }

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

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

 span { border-color: rgb(210,108,110); }

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