Html Css Color HEX #D06C86 Charm

📋 copy color: '#D06C86'

red 208 ◦ green 108 ◦ blue 134

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

Shades of Charm #D06C86

Tints of Charm #D06C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 46.22%
G = 24%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06C86 (or 0xD06C86) is known color: Charm. HEX triplet: D0, 6C and 86. RGB value is (208,108,134). Sum of RGB (Red+Green+Blue) = 208+108+134=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C86 is #2F9379. Grayscale: #8C8C8C. Windows color (decimal): -3117946 or 8809680. OLE color: 8809680.

HSL color Cylindrical-coordinate representation of color #D06C86: hue angle of 344.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06C86 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 134 -
CMYK 0 0.48 0.36 0.18
HSL 344.4º 0.52% 0.62% -
HSV(B) 344.4º 0.48% 0.82% -
XYZ 35.68 25.86 25.66 -
YUV 140.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 208 108 134 0 0.48 0.36 0.18 344.4 0.52 0.62
Hex D0 6C 86 0 30 24 12 158 34 3E
Octal 320 154 206 0 60 44 22 530 64 76
Binary 11010000 1101100 10000110 0 110000 100100 10010 101011000 110100 111110

Color Harmonies of #D06C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C86

Black with #D06C86

Text Example


Text Example

White with #D06C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C86; }

 p { color: rgb(208,108,134); }

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

background-color css

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

 a { background-color: rgb(208,108,134); }

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

border-color css

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

 span { border-color: rgb(208,108,134); }

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