#D26C6A

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

Shades of Contessa #D26C6A

Tints of Contessa #D26C6A

Color information

#D26C6A (or 0xD26C6A) is unknown color: approx Contessa. HEX triplet: D2, 6C and 6A. RGB value is (210,108,106). Sum of RGB (Red+Green+Blue) = 210+108+106=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C6A is #2D9395. Grayscale: #8A8A8A. Windows color (decimal): -2986902 or 6974674. OLE color: 6974674.

HSL color Cylindrical-coordinate representation of color #D26C6A: hue angle of 1.15º 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 #D26C6A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210108106-
CMYK00.490.500.18
HSL1.15º53.61%61.96%-
HSV(B)1.15º49.52%82.35%-
XYZ34.5425.4716.73-
YUV138.27109.79179.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.53%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 106 (41.80% from 255) = 25%
R=49.53%
G=25.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010810600.490.500.181.1553.6161.96
HexD26C6A03132121363e
Octal322154152061622216676
Binary11010010110110011010100110001110010100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C6A; }

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

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

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

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

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

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

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

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