#CD5C7F

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

Shades of Cranberry #CD5C7F

Tints of Cranberry #CD5C7F

Color information

#CD5C7F (or 0xCD5C7F) is unknown color: approx Cranberry. HEX triplet: CD, 5C and 7F. RGB value is (205,92,127). Sum of RGB (Red+Green+Blue) = 205+92+127=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C7F is #32A380. Grayscale: #818181. Windows color (decimal): -3318657 or 8346829. OLE color: 8346829.

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

Color convert

RGB20592127-
CMYK00.550.380.20
HSL341.42º53.05%58.24%-
HSV(B)341.42º55.12%80.39%-
XYZ32.8322.1722.63-
YUV129.78126.44181.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 127 (50% from 255) = 29.95%
R=48.35%
G=21.70%
B=29.95%

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
Decimal2059212700.550.380.20341.4253.0558.24
HexCD5C7F0372614155353a
Octal31513417706746245256572
Binary1100110110111001111111011011110011010100101010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C7F; }

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

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

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

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

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

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

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

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