#D26E69

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

Shades of Contessa #D26E69

Tints of Contessa #D26E69

Color information

#D26E69 (or 0xD26E69) is unknown color: approx Contessa. HEX triplet: D2, 6E and 69. RGB value is (210,110,105). Sum of RGB (Red+Green+Blue) = 210+110+105=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E69 is #2D9196. Grayscale: #8B8B8B. Windows color (decimal): -2986391 or 6909650. OLE color: 6909650.

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

Color convert

RGB210110105-
CMYK00.480.500.18
HSL2.86º53.85%61.76%-
HSV(B)2.86º50%82.35%-
XYZ34.725.8716.53-
YUV139.33108.63178.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=49.41%
G=25.88%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011010500.480.500.182.8653.8561.76
HexD26E6903032123363e
Octal322156151060622236676
Binary110100101101110110100101100001100101001011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E69; }

 p { color: rgb(210,110,105); }

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

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

 a { background-color: rgb(210,110,105); }

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

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

 span { border-color: rgb(210,110,105); }

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