#CD5379

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

Shades of Cranberry #CD5379

Tints of Cranberry #CD5379

Color information

#CD5379 (or 0xCD5379) is unknown color: approx Cranberry. HEX triplet: CD, 53 and 79. RGB value is (205,83,121). Sum of RGB (Red+Green+Blue) = 205+83+121=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5379 is #32AC86. Grayscale: #7B7B7B. Windows color (decimal): -3320967 or 7951309. OLE color: 7951309.

HSL color Cylindrical-coordinate representation of color #CD5379: hue angle of 341.31º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5379 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20583121-
CMYK00.600.410.20
HSL341.31º54.95%56.47%-
HSV(B)341.31º59.51%80.39%-
XYZ31.7220.5520.38-
YUV123.81126.42185.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=50.12%
G=20.29%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058312100.600.410.20341.3154.9556.47
HexCD537903C29141553738
Octal31512317107451245256770
Binary1100110110100111111001011110010100110100101010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5379; }

 p { color: rgb(205,83,121); }

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

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

 a { background-color: rgb(205,83,121); }

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

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

 span { border-color: rgb(205,83,121); }

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