#CD5D7F

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

Shades of Cranberry #CD5D7F

Tints of Cranberry #CD5D7F

Color information

#CD5D7F (or 0xCD5D7F) is unknown color: approx Cranberry. HEX triplet: CD, 5D and 7F. RGB value is (205,93,127). Sum of RGB (Red+Green+Blue) = 205+93+127=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D7F is #32A280. Grayscale: #828282. Windows color (decimal): -3318401 or 8347085. OLE color: 8347085.

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

Color convert

RGB20593127-
CMYK00.550.380.20
HSL341.79º52.83%58.43%-
HSV(B)341.79º54.63%80.39%-
XYZ32.9222.3422.66-
YUV130.36126.11181.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 127 (50% from 255) = 29.88%
R=48.24%
G=21.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059312700.550.380.20341.7952.8358.43
HexCD5D7F0372614156353a
Octal31513517706746245266572
Binary1100110110111011111111011011110011010100101010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D7F; }

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

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

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

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

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

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

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

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