Html Css Color HEX #D46C68 Roman

📋 copy color: '#D46C68'

red 212 ◦ green 108 ◦ blue 104

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

Shades of Roman #D46C68

Tints of Roman #D46C68

RGB

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

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

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

R = 50%
G = 25.47%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46C68 (or 0xD46C68) is known color: Roman. HEX triplet: D4, 6C and 68. RGB value is (212,108,104). Sum of RGB (Red+Green+Blue) = 212+108+104=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C68 is #2B9397. Grayscale: #8A8A8A. Windows color (decimal): -2855832 or 6843604. OLE color: 6843604.

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

Color convert

RGB 212 108 104 -
CMYK 0 0.49 0.51 0.17
HSL 2.22º 0.56% 0.62% -
HSV(B) 2.22º 0.51% 0.83% -
XYZ 35.01 25.72 16.22 -
YUV 138.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 212 108 104 0 0.49 0.51 0.17 2.22 0.56 0.62
Hex D4 6C 68 0 31 33 11 2 38 3E
Octal 324 154 150 0 61 63 21 2 70 76
Binary 11010100 1101100 1101000 0 110001 110011 10001 10 111000 111110

Color Harmonies of #D46C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C68

Black with #D46C68

Text Example


Text Example

White with #D46C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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