#D0677A

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

Shades of Charm #D0677A

Tints of Charm #D0677A

Color information

#D0677A (or 0xD0677A) is unknown color: approx Charm. HEX triplet: D0, 67 and 7A. RGB value is (208,103,122). Sum of RGB (Red+Green+Blue) = 208+103+122=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0677A is #2F9885. Grayscale: #888888. Windows color (decimal): -3119238 or 8021968. OLE color: 8021968.

HSL color Cylindrical-coordinate representation of color #D0677A: hue angle of 349.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0677A is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208103122-
CMYK00.500.410.18
HSL349.14º52.76%60.98%-
HSV(B)349.14º50.48%81.57%-
XYZ34.3824.5221.33-
YUV136.56119.79178.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=48.04%
G=23.79%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810312200.500.410.18349.1452.7660.98
HexD0677A032291215d353d
Octal32014717206251225356575
Binary1101000011001111111010011001010100110010101011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0677A; }

 p { color: rgb(208,103,122); }

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

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

 a { background-color: rgb(208,103,122); }

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

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

 span { border-color: rgb(208,103,122); }

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