Html Css Color HEX #D46C6B Roman

📋 copy color: '#D46C6B'

red 212 ◦ green 108 ◦ blue 107

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

Shades of Roman #D46C6B

Tints of Roman #D46C6B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

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

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

Color convert

RGB 212 108 107 -
CMYK 0 0.49 0.50 0.17
HSL 0.57º 0.55% 0.63% -
HSV(B) 0.57º 0.5% 0.83% -
XYZ 35.17 25.78 17.03 -
YUV 138.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 212 108 107 0 0.49 0.50 0.17 0.57 0.55 0.63
Hex D4 6C 6B 0 31 32 11 1 37 3F
Octal 324 154 153 0 61 62 21 1 67 77
Binary 11010100 1101100 1101011 0 110001 110010 10001 1 110111 111111

Color Harmonies of #D46C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C6B

Black with #D46C6B

Text Example


Text Example

White with #D46C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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