#D76076

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

Shades of Cranberry #D76076

Tints of Cranberry #D76076

Color information

#D76076 (or 0xD76076) is unknown color: approx Cranberry. HEX triplet: D7, 60 and 76. RGB value is (215,96,118). Sum of RGB (Red+Green+Blue) = 215+96+118=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76076 is #289F89. Grayscale: #868686. Windows color (decimal): -2662282 or 7758039. OLE color: 7758039.

HSL color Cylindrical-coordinate representation of color #D76076: hue angle of 348.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76076 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21596118-
CMYK00.550.450.16
HSL348.91º59.8%60.98%-
HSV(B)348.91º55.35%84.31%-
XYZ35.4824.1219.93-
YUV134.09118.92185.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.12%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=50.12%
G=22.38%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159611800.550.450.16348.9159.860.98
HexD760760372D1015d3c3d
Octal32714016606755205357475
Binary1101011111000001110110011011110110110000101011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76076; }

 p { color: rgb(215,96,118); }

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

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

 a { background-color: rgb(215,96,118); }

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

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

 span { border-color: rgb(215,96,118); }

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