#CD4977

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

Shades of Cranberry #CD4977

Tints of Cranberry #CD4977

Color information

#CD4977 (or 0xCD4977) is unknown color: approx Cranberry. HEX triplet: CD, 49 and 77. RGB value is (205,73,119). Sum of RGB (Red+Green+Blue) = 205+73+119=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4977 is #32B688. Grayscale: #757575. Windows color (decimal): -3323529 or 7817677. OLE color: 7817677.

HSL color Cylindrical-coordinate representation of color #CD4977: hue angle of 339.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4977 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20573119-
CMYK00.640.420.20
HSL339.09º56.9%54.51%-
HSV(B)339.09º64.39%80.39%-
XYZ30.8919.0819.51-
YUV117.71128.73190.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.64%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=51.64%
G=18.39%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057311900.640.420.20339.0956.954.51
HexCD49770402A141533937
Octal315111167010052245237167
Binary11001101100100111101110100000010101010100101010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4977; }

 p { color: rgb(205,73,119); }

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

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

 a { background-color: rgb(205,73,119); }

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

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

 span { border-color: rgb(205,73,119); }

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