Html Css Color HEX #D07C85 Charm

📋 copy color: '#D07C85'

red 208 ◦ green 124 ◦ blue 133

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

Shades of Charm #D07C85

Tints of Charm #D07C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 44.73%
G = 26.67%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D07C85 (or 0xD07C85) is known color: Charm. HEX triplet: D0, 7C and 85. RGB value is (208,124,133). Sum of RGB (Red+Green+Blue) = 208+124+133=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C85 is #2F837A. Grayscale: #969696. Windows color (decimal): -3113851 or 8748240. OLE color: 8748240.

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

Color convert

RGB 208 124 133 -
CMYK 0 0.40 0.36 0.18
HSL 353.57º 0.47% 0.65% -
HSV(B) 353.57º 0.4% 0.82% -
XYZ 37.45 29.52 25.91 -
YUV 150.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 208 124 133 0 0.40 0.36 0.18 353.57 0.47 0.65
Hex D0 7C 85 0 28 24 12 162 2F 41
Octal 320 174 205 0 50 44 22 542 57 101
Binary 11010000 1111100 10000101 0 101000 100100 10010 101100010 101111 1000001

Color Harmonies of #D07C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C85

Black with #D07C85

Text Example


Text Example

White with #D07C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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