Html Css Color HEX #D46F68 Roman

📋 copy color: '#D46F68'

red 212 ◦ green 111 ◦ blue 104

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

Shades of Roman #D46F68

Tints of Roman #D46F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 49.65%
G = 26%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46F68 (or 0xD46F68) is known color: Roman. HEX triplet: D4, 6F and 68. RGB value is (212,111,104). Sum of RGB (Red+Green+Blue) = 212+111+104=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F68 is #2B9097. Grayscale: #8C8C8C. Windows color (decimal): -2855064 or 6844372. OLE color: 6844372.

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

Color convert

RGB 212 111 104 -
CMYK 0 0.48 0.51 0.17
HSL 3.89º 0.56% 0.62% -
HSV(B) 3.89º 0.51% 0.83% -
XYZ 35.33 26.37 16.32 -
YUV 140.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 212 111 104 0 0.48 0.51 0.17 3.89 0.56 0.62
Hex D4 6F 68 0 30 33 11 4 38 3E
Octal 324 157 150 0 60 63 21 4 70 76
Binary 11010100 1101111 1101000 0 110000 110011 10001 100 111000 111110

Color Harmonies of #D46F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F68

Black with #D46F68

Text Example


Text Example

White with #D46F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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