#CD5E7E

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

Shades of Cranberry #CD5E7E

Tints of Cranberry #CD5E7E

Color information

#CD5E7E (or 0xCD5E7E) is unknown color: approx Cranberry. HEX triplet: CD, 5E and 7E. RGB value is (205,94,126). Sum of RGB (Red+Green+Blue) = 205+94+126=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E7E is #32A181. Grayscale: #828282. Windows color (decimal): -3318146 or 8281805. OLE color: 8281805.

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

Color convert

RGB20594126-
CMYK00.540.390.20
HSL342.7º52.61%58.63%-
HSV(B)342.7º54.15%80.39%-
XYZ32.9522.4922.34-
YUV130.84125.27180.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=48.24%
G=22.12%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059412600.540.390.20342.752.6158.63
HexCD5E7E0362714157353b
Octal31513617606647245276573
Binary1100110110111101111110011011010011110100101010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E7E; }

 p { color: rgb(205,94,126); }

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

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

 a { background-color: rgb(205,94,126); }

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

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

 span { border-color: rgb(205,94,126); }

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