#D6736E

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

Shades of Geraldine #D6736E

Tints of Geraldine #D6736E

Color information

#D6736E (or 0xD6736E) is unknown color: approx Geraldine. HEX triplet: D6, 73 and 6E. RGB value is (214,115,110). Sum of RGB (Red+Green+Blue) = 214+115+110=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736E is #298C91. Grayscale: #909090. Windows color (decimal): -2722962 or 7238614. OLE color: 7238614.

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

Color convert

RGB214115110-
CMYK00.460.490.16
HSL2.88º55.91%63.53%-
HSV(B)2.88º48.6%83.92%-
XYZ36.6827.6818.16-
YUV144.03108.8177.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=48.75%
G=26.20%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411511000.460.490.162.8855.9163.53
HexD6736E02E311033840
Octal3261631560566120370100
Binary1101011011100111101110010111011000110000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6736E; }

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

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

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

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

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

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

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

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