#CD5A84

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

Shades of Cranberry #CD5A84

Tints of Cranberry #CD5A84

Color information

#CD5A84 (or 0xCD5A84) is unknown color: approx Cranberry. HEX triplet: CD, 5A and 84. RGB value is (205,90,132). Sum of RGB (Red+Green+Blue) = 205+90+132=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A84 is #32A57B. Grayscale: #818181. Windows color (decimal): -3319164 or 8673997. OLE color: 8673997.

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

Color convert

RGB20590132-
CMYK00.560.360.20
HSL338.09º53.49%57.84%-
HSV(B)338.09º56.1%80.39%-
XYZ3321.9624.33-
YUV129.17129.6182.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=48.01%
G=21.08%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059013200.560.360.20338.0953.4957.84
HexCD5A840382414152353a
Octal31513220407044245226572
Binary11001101101101010000100011100010010010100101010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A84; }

 p { color: rgb(205,90,132); }

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

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

 a { background-color: rgb(205,90,132); }

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

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

 span { border-color: rgb(205,90,132); }

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