Html Css Color HEX #D07C83 Charm

📋 copy color: '#D07C83'

red 208 ◦ green 124 ◦ blue 131

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

Shades of Charm #D07C83

Tints of Charm #D07C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 44.92%
G = 26.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07C83 (or 0xD07C83) is known color: Charm. HEX triplet: D0, 7C and 83. RGB value is (208,124,131). Sum of RGB (Red+Green+Blue) = 208+124+131=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C83 is #2F837C. Grayscale: #959595. Windows color (decimal): -3113853 or 8617168. OLE color: 8617168.

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

Color convert

RGB 208 124 131 -
CMYK 0 0.40 0.37 0.18
HSL 355º 0.47% 0.65% -
HSV(B) 355º 0.4% 0.82% -
XYZ 37.32 29.46 25.19 -
YUV 149.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 208 124 131 0 0.40 0.37 0.18 355 0.47 0.65
Hex D0 7C 83 0 28 25 12 163 2F 41
Octal 320 174 203 0 50 45 22 543 57 101
Binary 11010000 1111100 10000011 0 101000 100101 10010 101100011 101111 1000001

Color Harmonies of #D07C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C83

Black with #D07C83

Text Example


Text Example

White with #D07C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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