Html Css Color HEX #D46B6C Froly

📋 copy color: '#D46B6C'

red 212 ◦ green 107 ◦ blue 108

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

Shades of Froly #D46B6C

Tints of Froly #D46B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 49.65%
G = 25.06%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D46B6C (or 0xD46B6C) is known color: Froly. HEX triplet: D4, 6B and 6C. RGB value is (212,107,108). Sum of RGB (Red+Green+Blue) = 212+107+108=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B6C is #2B9493. Grayscale: #8A8A8A. Windows color (decimal): -2856084 or 7105492. OLE color: 7105492.

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

Color convert

RGB 212 107 108 -
CMYK 0 0.50 0.49 0.17
HSL 359.43º 0.55% 0.63% -
HSV(B) 359.43º 0.5% 0.83% -
XYZ 35.12 25.6 17.28 -
YUV 138.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 212 107 108 0 0.50 0.49 0.17 359.43 0.55 0.63
Hex D4 6B 6C 0 32 31 11 167 37 3F
Octal 324 153 154 0 62 61 21 547 67 77
Binary 11010100 1101011 1101100 0 110010 110001 10001 101100111 110111 111111

Color Harmonies of #D46B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B6C

Black with #D46B6C

Text Example


Text Example

White with #D46B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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