#D95C76

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

Shades of Cranberry #D95C76

Tints of Cranberry #D95C76

Color information

#D95C76 (or 0xD95C76) is unknown color: approx Cranberry. HEX triplet: D9, 5C and 76. RGB value is (217,92,118). Sum of RGB (Red+Green+Blue) = 217+92+118=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C76 is #26A389. Grayscale: #848484. Windows color (decimal): -2532234 or 7757017. OLE color: 7757017.

HSL color Cylindrical-coordinate representation of color #D95C76: hue angle of 347.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C76 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21792118-
CMYK00.580.460.15
HSL347.52º62.19%60.59%-
HSV(B)347.52º57.6%85.1%-
XYZ35.7123.7119.83-
YUV132.34119.91188.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=50.82%
G=21.55%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179211800.580.460.15347.5262.1960.59
HexD95C7603A2EF15c3e3d
Octal33113416607256175347675
Binary110110011011100111011001110101011101111101011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C76; }

 p { color: rgb(217,92,118); }

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

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

 a { background-color: rgb(217,92,118); }

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

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

 span { border-color: rgb(217,92,118); }

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