Html Css Color HEX #D46F69 Contessa

📋 copy color: '#D46F69'

red 212 ◦ green 111 ◦ blue 105

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

Shades of Contessa #D46F69

Tints of Contessa #D46F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.53%

R = 49.53%
G = 25.93%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D46F69 (or 0xD46F69) is known color: Contessa. HEX triplet: D4, 6F and 69. RGB value is (212,111,105). Sum of RGB (Red+Green+Blue) = 212+111+105=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F69 is #2B9096. Grayscale: #8C8C8C. Windows color (decimal): -2855063 or 6909908. OLE color: 6909908.

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

Color convert

RGB 212 111 105 -
CMYK 0 0.48 0.50 0.17
HSL 3.36º 0.55% 0.62% -
HSV(B) 3.36º 0.5% 0.83% -
XYZ 35.39 26.39 16.59 -
YUV 140.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 212 111 105 0 0.48 0.50 0.17 3.36 0.55 0.62
Hex D4 6F 69 0 30 32 11 3 37 3E
Octal 324 157 151 0 60 62 21 3 67 76
Binary 11010100 1101111 1101001 0 110000 110010 10001 11 110111 111110

Color Harmonies of #D46F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F69

Black with #D46F69

Text Example


Text Example

White with #D46F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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