Html Css Color HEX #D07C91 Charm

📋 copy color: '#D07C91'

red 208 ◦ green 124 ◦ blue 145

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

Shades of Charm #D07C91

Tints of Charm #D07C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 43.61%
G = 26%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07C91 (or 0xD07C91) is known color: Charm. HEX triplet: D0, 7C and 91. RGB value is (208,124,145). Sum of RGB (Red+Green+Blue) = 208+124+145=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C91 is #2F836E. Grayscale: #979797. Windows color (decimal): -3113839 or 9534672. OLE color: 9534672.

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

Color convert

RGB 208 124 145 -
CMYK 0 0.40 0.30 0.18
HSL 345º 0.47% 0.65% -
HSV(B) 345º 0.4% 0.82% -
XYZ 38.33 29.87 30.53 -
YUV 151.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 208 124 145 0 0.40 0.30 0.18 345 0.47 0.65
Hex D0 7C 91 0 28 1E 12 159 2F 41
Octal 320 174 221 0 50 36 22 531 57 101
Binary 11010000 1111100 10010001 0 101000 11110 10010 101011001 101111 1000001

Color Harmonies of #D07C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C91

Black with #D07C91

Text Example


Text Example

White with #D07C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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