#D26D6C

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

Shades of Contessa #D26D6C

Tints of Contessa #D26D6C

Color information

#D26D6C (or 0xD26D6C) is unknown color: approx Contessa. HEX triplet: D2, 6D and 6C. RGB value is (210,109,108). Sum of RGB (Red+Green+Blue) = 210+109+108=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D6C is #2D9293. Grayscale: #8B8B8B. Windows color (decimal): -2986644 or 7106002. OLE color: 7106002.

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

Color convert

RGB210109108-
CMYK00.480.490.18
HSL0.59º53.12%62.35%-
HSV(B)0.59º48.57%82.35%-
XYZ34.7525.7217.32-
YUV139.08110.46178.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=49.18%
G=25.53%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010910800.480.490.180.5953.1262.35
HexD26D6C03031121353e
Octal322155154060612216576
Binary11010010110110111011000110000110001100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D6C; }

 p { color: rgb(210,109,108); }

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

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

 a { background-color: rgb(210,109,108); }

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

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

 span { border-color: rgb(210,109,108); }

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