#d2726b

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

Shades of Contessa #D2726B

Tints of Contessa #D2726B

Color information

#D2726B (or 0xD2726B) is unknown color: approx Contessa. HEX triplet: D2, 72 and 6B. RGB value is (210,114,107). Sum of RGB (Red+Green+Blue) = 210+114+107=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2726B is #2D8D94. Grayscale: #8E8E8E. Windows color (decimal): -2985365 or 7041746. OLE color: 7041746.

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

Color convert

RGB210114107-
CMYK00.460.490.18
HSL4.08º53.37%62.16%-
HSV(B)4.08º49.05%82.35%-
XYZ35.2526.817.22-
YUV141.91108.3176.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=48.72%
G=26.45%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011410700.460.490.184.0853.3762.16
HexD2726B02E31124353e
Octal322162153056612246576
Binary1101001011100101101011010111011000110010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2726b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2726b; }

 p { color: rgb(210,114,107); }

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

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

 a { background-color: rgb(210,114,107); }

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

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

 span { border-color: rgb(210,114,107); }

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