Html Css Color HEX #D07D7E Charm

📋 copy color: '#D07D7E'

red 208 ◦ green 125 ◦ blue 126

#D07D7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D07D7E

Tints of Charm #D07D7E

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

 GREEN value IS 125 (49.22% from 255) = 27.23%

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 45.32%
G = 27.23%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D07D7E (or 0xD07D7E) is known color: Charm. HEX triplet: D0, 7D and 7E. RGB value is (208,125,126). Sum of RGB (Red+Green+Blue) = 208+125+126=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D7E is #2F8281. Grayscale: #969696. Windows color (decimal): -3113602 or 8289744. OLE color: 8289744.

HSL color Cylindrical-coordinate representation of color #D07D7E: hue angle of 359.28º 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 #D07D7E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 126 -
CMYK 0 0.40 0.39 0.18
HSL 359.28º 0.47% 0.65% -
HSV(B) 359.28º 0.4% 0.82% -
XYZ 37.11 29.58 23.49 -
YUV 149.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 208 125 126 0 0.40 0.39 0.18 359.28 0.47 0.65
Hex D0 7D 7E 0 28 27 12 167 2F 41
Octal 320 175 176 0 50 47 22 547 57 101
Binary 11010000 1111101 1111110 0 101000 100111 10010 101100111 101111 1000001

Color Harmonies of #D07D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D7E

Black with #D07D7E

Text Example


Text Example

White with #D07D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D7E; }

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

 H1.HeaderClassName
 {
   color: #D07D7E;
 }
 .AnyTagClassName
 {
   color: #D07D7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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