Html Css Color HEX #D46C89 Charm

📋 copy color: '#D46C89'

red 212 ◦ green 108 ◦ blue 137

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

Shades of Charm #D46C89

Tints of Charm #D46C89

RGB

 RED value IS 212 (83.2% from 255) = 46.39%

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

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 46.39%
G = 23.63%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D46C89 (or 0xD46C89) is known color: Charm. HEX triplet: D4, 6C and 89. RGB value is (212,108,137). Sum of RGB (Red+Green+Blue) = 212+108+137=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C89 is #2B9376. Grayscale: #8E8E8E. Windows color (decimal): -2855799 or 9006292. OLE color: 9006292.

HSL color Cylindrical-coordinate representation of color #D46C89: hue angle of 343.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46C89 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 137 -
CMYK 0 0.49 0.35 0.17
HSL 343.27º 0.55% 0.63% -
HSV(B) 343.27º 0.49% 0.83% -
XYZ 37.03 26.53 26.84 -
YUV 142.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 212 108 137 0 0.49 0.35 0.17 343.27 0.55 0.63
Hex D4 6C 89 0 31 23 11 157 37 3F
Octal 324 154 211 0 61 43 21 527 67 77
Binary 11010100 1101100 10001001 0 110001 100011 10001 101010111 110111 111111

Color Harmonies of #D46C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C89

Black with #D46C89

Text Example


Text Example

White with #D46C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C89; }

 p { color: rgb(212,108,137); }

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

background-color css

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

 a { background-color: rgb(212,108,137); }

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

border-color css

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

 span { border-color: rgb(212,108,137); }

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