Html Css Color HEX #D46C8C Charm

📋 copy color: '#D46C8C'

red 212 ◦ green 108 ◦ blue 140

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

Shades of Charm #D46C8C

Tints of Charm #D46C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 46.09%
G = 23.48%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D46C8C (or 0xD46C8C) is known color: Charm. HEX triplet: D4, 6C and 8C. RGB value is (212,108,140). Sum of RGB (Red+Green+Blue) = 212+108+140=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C8C is #2B9373. Grayscale: #8E8E8E. Windows color (decimal): -2855796 or 9202900. OLE color: 9202900.

HSL color Cylindrical-coordinate representation of color #D46C8C: hue angle of 341.54º 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 #D46C8C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 140 -
CMYK 0 0.49 0.34 0.17
HSL 341.54º 0.55% 0.63% -
HSV(B) 341.54º 0.49% 0.83% -
XYZ 37.25 26.62 27.99 -
YUV 142.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 212 108 140 0 0.49 0.34 0.17 341.54 0.55 0.63
Hex D4 6C 8C 0 31 22 11 156 37 3F
Octal 324 154 214 0 61 42 21 526 67 77
Binary 11010100 1101100 10001100 0 110001 100010 10001 101010110 110111 111111

Color Harmonies of #D46C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C8C

Black with #D46C8C

Text Example


Text Example

White with #D46C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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