#CF5783

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

Shades of Cranberry #CF5783

Tints of Cranberry #CF5783

Color information

#CF5783 (or 0xCF5783) is unknown color: approx Cranberry. HEX triplet: CF, 57 and 83. RGB value is (207,87,131). Sum of RGB (Red+Green+Blue) = 207+87+131=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5783 is #30A87C. Grayscale: #7F7F7F. Windows color (decimal): -3188861 or 8607695. OLE color: 8607695.

HSL color Cylindrical-coordinate representation of color #CF5783: hue angle of 338º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5783 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB20787131-
CMYK00.580.370.19
HSL338º55.56%57.65%-
HSV(B)338º57.97%81.18%-
XYZ33.2421.7223.91-
YUV127.9129.76184.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=48.71%
G=20.47%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078713100.580.370.1933855.5657.65
HexCF578303A2513152383a
Octal31712720307245235227072
Binary11001111101011110000011011101010010110011101010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5783; }

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

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

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

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

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

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

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

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