Html Css Color HEX #D07C7D Charm

📋 copy color: '#D07C7D'

red 208 ◦ green 124 ◦ blue 125

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

Shades of Charm #D07C7D

Tints of Charm #D07C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 45.51%
G = 27.13%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D07C7D (or 0xD07C7D) is known color: Charm. HEX triplet: D0, 7C and 7D. RGB value is (208,124,125). Sum of RGB (Red+Green+Blue) = 208+124+125=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7D is #2F8382. Grayscale: #959595. Windows color (decimal): -3113859 or 8223952. OLE color: 8223952.

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

Color convert

RGB 208 124 125 -
CMYK 0 0.40 0.40 0.18
HSL 359.29º 0.47% 0.65% -
HSV(B) 359.29º 0.4% 0.82% -
XYZ 36.92 29.31 23.11 -
YUV 149.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 208 124 125 0 0.40 0.40 0.18 359.29 0.47 0.65
Hex D0 7C 7D 0 28 28 12 167 2F 41
Octal 320 174 175 0 50 50 22 547 57 101
Binary 11010000 1111100 1111101 0 101000 101000 10010 101100111 101111 1000001

Color Harmonies of #D07C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C7D

Black with #D07C7D

Text Example


Text Example

White with #D07C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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