#CD5B85

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

Shades of Cranberry #CD5B85

Tints of Cranberry #CD5B85

Color information

#CD5B85 (or 0xCD5B85) is unknown color: approx Cranberry. HEX triplet: CD, 5B and 85. RGB value is (205,91,133). Sum of RGB (Red+Green+Blue) = 205+91+133=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5B85 is #32A47A. Grayscale: #818181. Windows color (decimal): -3318907 or 8739789. OLE color: 8739789.

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

Color convert

RGB20591133-
CMYK00.560.350.20
HSL337.89º53.27%58.04%-
HSV(B)337.89º55.61%80.39%-
XYZ33.1522.1524.72-
YUV129.87129.77181.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=47.79%
G=21.21%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059113300.560.350.20337.8953.2758.04
HexCD5B850382314152353a
Octal31513320507043245226572
Binary11001101101101110000101011100010001110100101010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B85; }

 p { color: rgb(205,91,133); }

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

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

 a { background-color: rgb(205,91,133); }

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

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

 span { border-color: rgb(205,91,133); }

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