Html Css Color HEX #D46F6A Contessa

📋 copy color: '#D46F6A'

red 212 ◦ green 111 ◦ blue 106

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

Shades of Contessa #D46F6A

Tints of Contessa #D46F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 49.42%
G = 25.87%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D46F6A (or 0xD46F6A) is known color: Contessa. HEX triplet: D4, 6F and 6A. RGB value is (212,111,106). Sum of RGB (Red+Green+Blue) = 212+111+106=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F6A is #2B9095. Grayscale: #8C8C8C. Windows color (decimal): -2855062 or 6975444. OLE color: 6975444.

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

Color convert

RGB 212 111 106 -
CMYK 0 0.48 0.5 0.17
HSL 2.83º 0.55% 0.62% -
HSV(B) 2.83º 0.5% 0.83% -
XYZ 35.44 26.41 16.86 -
YUV 140.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 212 111 106 0 0.48 0.5 0.17 2.83 0.55 0.62
Hex D4 6F 6A 0 30 32 11 3 37 3E
Octal 324 157 152 0 60 62 21 3 67 76
Binary 11010100 1101111 1101010 0 110000 110010 10001 11 110111 111110

Color Harmonies of #D46F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F6A

Black with #D46F6A

Text Example


Text Example

White with #D46F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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