#CB5380

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

Shades of Cranberry #CB5380

Tints of Cranberry #CB5380

Color information

#CB5380 (or 0xCB5380) is unknown color: approx Cranberry. HEX triplet: CB, 53 and 80. RGB value is (203,83,128). Sum of RGB (Red+Green+Blue) = 203+83+128=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5380 is #34AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3452032 or 8410059. OLE color: 8410059.

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

Color convert

RGB20383128-
CMYK00.590.370.20
HSL337.5º53.57%56.08%-
HSV(B)337.5º59.11%79.61%-
XYZ31.6220.4422.7-
YUV124.01130.26184.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=49.03%
G=20.05%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038312800.590.370.20337.553.5756.08
HexCB538003B25141523638
Octal31312320007345245226670
Binary11001011101001110000000011101110010110100101010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5380; }

 p { color: rgb(203,83,128); }

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

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

 a { background-color: rgb(203,83,128); }

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

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

 span { border-color: rgb(203,83,128); }

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