#D06F6C

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

Shades of Contessa #D06F6C

Tints of Contessa #D06F6C

Color information

#D06F6C (or 0xD06F6C) is unknown color: approx Contessa. HEX triplet: D0, 6F and 6C. RGB value is (208,111,108). Sum of RGB (Red+Green+Blue) = 208+111+108=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F6C is #2F9093. Grayscale: #8B8B8B. Windows color (decimal): -3117204 or 7106512. OLE color: 7106512.

HSL color Cylindrical-coordinate representation of color #D06F6C: hue angle of 1.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06F6C is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208111108-
CMYK00.470.480.18
HSL1.8º51.55%61.96%-
HSV(B)1.8º48.08%81.57%-
XYZ34.425.8617.37-
YUV139.66110.14176.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=48.71%
G=26.00%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811110800.470.480.181.851.5561.96
HexD06F6C02F30122343e
Octal320157154057602226476
Binary110100001101111110110001011111100001001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F6C; }

 p { color: rgb(208,111,108); }

 H1.HeaderClassName
 {
   color: #D06F6C;
 }
 .AnyTagClassName
 {
   color: #D06F6C;
 }
</style>
background-color css

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

 a { background-color: rgb(208,111,108); }

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

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

 span { border-color: rgb(208,111,108); }

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