#D26F66

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

Shades of Contessa #D26F66

Tints of Contessa #D26F66

Color information

#D26F66 (or 0xD26F66) is unknown color: approx Contessa. HEX triplet: D2, 6F and 66. RGB value is (210,111,102). Sum of RGB (Red+Green+Blue) = 210+111+102=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F66 is #2D9099. Grayscale: #8B8B8B. Windows color (decimal): -2986138 or 6713298. OLE color: 6713298.

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

Color convert

RGB210111102-
CMYK00.470.510.18
HSL54.55%61.18%-
HSV(B)51.43%82.35%-
XYZ34.6626.0315.77-
YUV139.57106.8178.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=49.65%
G=26.24%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011110200.470.510.18554.5561.18
HexD26F6602F33125373d
Octal322157146057632256775
Binary1101001011011111100110010111111001110010101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F66; }

 p { color: rgb(210,111,102); }

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

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

 a { background-color: rgb(210,111,102); }

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

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

 span { border-color: rgb(210,111,102); }

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