#CB5481

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

Shades of Cranberry #CB5481

Tints of Cranberry #CB5481

Color information

#CB5481 (or 0xCB5481) is unknown color: approx Cranberry. HEX triplet: CB, 54 and 81. RGB value is (203,84,129). Sum of RGB (Red+Green+Blue) = 203+84+129=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5481 is #34AB7E. Grayscale: #7C7C7C. Windows color (decimal): -3451775 or 8475851. OLE color: 8475851.

HSL color Cylindrical-coordinate representation of color #CB5481: hue angle of 337.31º degrees, saturation: 0.53, 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 #CB5481 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20384129-
CMYK00.590.360.20
HSL337.31º53.36%56.27%-
HSV(B)337.31º58.62%79.61%-
XYZ31.7620.6223.08-
YUV124.71130.42183.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=48.80%
G=20.19%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038412900.590.360.20337.3153.3656.27
HexCB548103B24141513538
Octal31312420107344245216570
Binary11001011101010010000001011101110010010100101010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5481; }

 p { color: rgb(203,84,129); }

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

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

 a { background-color: rgb(203,84,129); }

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

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

 span { border-color: rgb(203,84,129); }

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