Html Css Color HEX #D46768 Froly

📋 copy color: '#D46768'

red 212 ◦ green 103 ◦ blue 104

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

Shades of Froly #D46768

Tints of Froly #D46768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 50.6%
G = 24.58%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46768 (or 0xD46768) is known color: Froly. HEX triplet: D4, 67 and 68. RGB value is (212,103,104). Sum of RGB (Red+Green+Blue) = 212+103+104=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D46768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46768 is #2B9897. Grayscale: #878787. Windows color (decimal): -2857112 or 6842324. OLE color: 6842324.

HSL color Cylindrical-coordinate representation of color #D46768: hue angle of 359.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46768 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 104 -
CMYK 0 0.51 0.51 0.17
HSL 359.45º 0.56% 0.62% -
HSV(B) 359.45º 0.51% 0.83% -
XYZ 34.5 24.7 16.05 -
YUV 135.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 212 103 104 0 0.51 0.51 0.17 359.45 0.56 0.62
Hex D4 67 68 0 33 33 11 167 38 3E
Octal 324 147 150 0 63 63 21 547 70 76
Binary 11010100 1100111 1101000 0 110011 110011 10001 101100111 111000 111110

Color Harmonies of #D46768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46768

Black with #D46768

Text Example


Text Example

White with #D46768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46768; }

 p { color: rgb(212,103,104); }

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

background-color css

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

 a { background-color: rgb(212,103,104); }

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

border-color css

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

 span { border-color: rgb(212,103,104); }

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