Html Css Color HEX #D07B82 Charm

📋 copy color: '#D07B82'

red 208 ◦ green 123 ◦ blue 130

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

Shades of Charm #D07B82

Tints of Charm #D07B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 45.12%
G = 26.68%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07B82 (or 0xD07B82) is known color: Charm. HEX triplet: D0, 7B and 82. RGB value is (208,123,130). Sum of RGB (Red+Green+Blue) = 208+123+130=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B82 is #2F847D. Grayscale: #959595. Windows color (decimal): -3114110 or 8551376. OLE color: 8551376.

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

Color convert

RGB 208 123 130 -
CMYK 0 0.41 0.38 0.18
HSL 355.06º 0.47% 0.65% -
HSV(B) 355.06º 0.41% 0.82% -
XYZ 37.12 29.19 24.8 -
YUV 149.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 208 123 130 0 0.41 0.38 0.18 355.06 0.47 0.65
Hex D0 7B 82 0 29 26 12 163 2F 41
Octal 320 173 202 0 51 46 22 543 57 101
Binary 11010000 1111011 10000010 0 101001 100110 10010 101100011 101111 1000001

Color Harmonies of #D07B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B82

Black with #D07B82

Text Example


Text Example

White with #D07B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B82; }

 p { color: rgb(208,123,130); }

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

background-color css

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

 a { background-color: rgb(208,123,130); }

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

border-color css

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

 span { border-color: rgb(208,123,130); }

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