#D06C77

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

Shades of Froly #D06C77

Tints of Froly #D06C77

Color information

#D06C77 (or 0xD06C77) is unknown color: approx Froly. HEX triplet: D0, 6C and 77. RGB value is (208,108,119). Sum of RGB (Red+Green+Blue) = 208+108+119=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C77 is #2F9388. Grayscale: #8B8B8B. Windows color (decimal): -3117961 or 7826640. OLE color: 7826640.

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

Color convert

RGB208108119-
CMYK00.480.430.18
HSL353.4º51.55%61.96%-
HSV(B)353.4º48.08%81.57%-
XYZ34.725.4720.54-
YUV139.15116.63177.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=47.82%
G=24.83%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810811900.480.430.18353.451.5561.96
HexD06C770302B12161343e
Octal32015416706053225416476
Binary1101000011011001110111011000010101110010101100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C77; }

 p { color: rgb(208,108,119); }

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

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

 a { background-color: rgb(208,108,119); }

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

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

 span { border-color: rgb(208,108,119); }

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