#CD577F

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

Shades of Cranberry #CD577F

Tints of Cranberry #CD577F

Color information

#CD577F (or 0xCD577F) is unknown color: approx Cranberry. HEX triplet: CD, 57 and 7F. RGB value is (205,87,127). Sum of RGB (Red+Green+Blue) = 205+87+127=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD577F is #32A880. Grayscale: #7E7E7E. Windows color (decimal): -3319937 or 8345549. OLE color: 8345549.

HSL color Cylindrical-coordinate representation of color #CD577F: hue angle of 339.66º 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 #CD577F is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20587127-
CMYK00.580.380.20
HSL339.66º54.13%57.25%-
HSV(B)339.66º57.56%80.39%-
XYZ32.4221.3322.49-
YUV126.84128.09183.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 127 (50% from 255) = 30.31%
R=48.93%
G=20.76%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058712700.580.380.20339.6654.1357.25
HexCD577F03A26141543639
Octal31512717707246245246671
Binary1100110110101111111111011101010011010100101010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD577F; }

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

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

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

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

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

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

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

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