#CD5783

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

Shades of Cranberry #CD5783

Tints of Cranberry #CD5783

Color information

#CD5783 (or 0xCD5783) is unknown color: approx Cranberry. HEX triplet: CD, 57 and 83. RGB value is (205,87,131). Sum of RGB (Red+Green+Blue) = 205+87+131=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5783 is #32A87C. Grayscale: #7F7F7F. Windows color (decimal): -3319933 or 8607693. OLE color: 8607693.

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

Color convert

RGB20587131-
CMYK00.580.360.20
HSL337.63º54.13%57.25%-
HSV(B)337.63º57.56%80.39%-
XYZ32.6821.4323.89-
YUV127.3130.09183.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=48.46%
G=20.57%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058713100.580.360.20337.6354.1357.25
HexCD578303A24141523639
Octal31512720307244245226671
Binary11001101101011110000011011101010010010100101010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5783; }

 p { color: rgb(205,87,131); }

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

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

 a { background-color: rgb(205,87,131); }

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

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

 span { border-color: rgb(205,87,131); }

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