#D46F69

Color #D46F69 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #D46F69

Tints of Contessa #D46F69

Color information

#D46F69 (or 0xD46F69) is unknown color: approx 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

RGB212111105-
CMYK00.480.500.17
HSL3.36º55.44%62.16%-
HSV(B)3.36º50.47%83.14%-
XYZ35.3926.3916.59-
YUV140.51107.96178.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211110500.480.500.173.3655.4462.16
HexD46F6903032113373e
Octal324157151060622136776
Binary110101001101111110100101100001100101000111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>