#D6726E

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

Shades of Geraldine #D6726E

Tints of Geraldine #D6726E

Color information

#D6726E (or 0xD6726E) is unknown color: approx Geraldine. HEX triplet: D6, 72 and 6E. RGB value is (214,114,110). Sum of RGB (Red+Green+Blue) = 214+114+110=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6726E is #298D91. Grayscale: #8F8F8F. Windows color (decimal): -2723218 or 7238358. OLE color: 7238358.

HSL color Cylindrical-coordinate representation of color #D6726E: hue angle of 2.31º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6726E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214114110-
CMYK00.470.490.16
HSL2.31º55.91%63.53%-
HSV(B)2.31º48.6%83.92%-
XYZ36.5627.4618.12-
YUV143.44109.13178.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=48.86%
G=26.03%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411411000.470.490.162.3155.9163.53
HexD6726E02F311023840
Octal3261621560576120270100
Binary1101011011100101101110010111111000110000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6726E; }

 p { color: rgb(214,114,110); }

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

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

 a { background-color: rgb(214,114,110); }

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

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

 span { border-color: rgb(214,114,110); }

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