#D07C7E

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

Shades of Charm #D07C7E

Tints of Charm #D07C7E

Color information

#D07C7E (or 0xD07C7E) is unknown color: approx Charm. HEX triplet: D0, 7C and 7E. RGB value is (208,124,126). Sum of RGB (Red+Green+Blue) = 208+124+126=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7E is #2F8381. Grayscale: #959595. Windows color (decimal): -3113858 or 8289488. OLE color: 8289488.

HSL color Cylindrical-coordinate representation of color #D07C7E: hue angle of 358.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C7E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208124126-
CMYK00.400.390.18
HSL358.57º47.19%65.1%-
HSV(B)358.57º40.38%81.57%-
XYZ36.9929.3323.45-
YUV149.34114.83169.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=45.41%
G=27.07%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812412600.400.390.18358.5747.1965.1
HexD07C7E02827121672f41
Octal320174176050472254757101
Binary11010000111110011111100101000100111100101011001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C7E; }

 p { color: rgb(208,124,126); }

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

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

 a { background-color: rgb(208,124,126); }

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

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

 span { border-color: rgb(208,124,126); }

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