Html Css Color HEX #D46D6B Contessa

📋 copy color: '#D46D6B'

red 212 ◦ green 109 ◦ blue 107

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

Shades of Contessa #D46D6B

Tints of Contessa #D46D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

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

R = 49.53%
G = 25.47%
B = 25%

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

#D46D6B (or 0xD46D6B) is known color: Contessa. HEX triplet: D4, 6D and 6B. RGB value is (212,109,107). Sum of RGB (Red+Green+Blue) = 212+109+107=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D6B is #2B9294. Grayscale: #8B8B8B. Windows color (decimal): -2855573 or 7040468. OLE color: 7040468.

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

Color convert

RGB 212 109 107 -
CMYK 0 0.49 0.50 0.17
HSL 1.14º 0.55% 0.63% -
HSV(B) 1.14º 0.5% 0.83% -
XYZ 35.27 26 17.07 -
YUV 139.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 212 109 107 0 0.49 0.50 0.17 1.14 0.55 0.63
Hex D4 6D 6B 0 31 32 11 1 37 3F
Octal 324 155 153 0 61 62 21 1 67 77
Binary 11010100 1101101 1101011 0 110001 110010 10001 1 110111 111111

Color Harmonies of #D46D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D6B

Black with #D46D6B

Text Example


Text Example

White with #D46D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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