#D04C76

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

Shades of Cranberry #D04C76

Tints of Cranberry #D04C76

Color information

#D04C76 (or 0xD04C76) is unknown color: approx Cranberry. HEX triplet: D0, 4C and 76. RGB value is (208,76,118). Sum of RGB (Red+Green+Blue) = 208+76+118=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C76 is #2FB389. Grayscale: #787878. Windows color (decimal): -3126154 or 7752912. OLE color: 7752912.

HSL color Cylindrical-coordinate representation of color #D04C76: hue angle of 340.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C76 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20876118-
CMYK00.630.430.18
HSL340.91º58.41%55.69%-
HSV(B)340.91º63.46%81.57%-
XYZ31.8719.8919.3-
YUV120.26126.73190.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=51.74%
G=18.91%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087611800.630.430.18340.9158.4155.69
HexD04C7603F2B121553a38
Octal32011416607753225257270
Binary1101000010011001110110011111110101110010101010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C76; }

 p { color: rgb(208,76,118); }

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

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

 a { background-color: rgb(208,76,118); }

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

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

 span { border-color: rgb(208,76,118); }

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