#CB537D

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

Shades of Cranberry #CB537D

Tints of Cranberry #CB537D

Color information

#CB537D (or 0xCB537D) is unknown color: approx Cranberry. HEX triplet: CB, 53 and 7D. RGB value is (203,83,125). Sum of RGB (Red+Green+Blue) = 203+83+125=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB537D is #34AC82. Grayscale: #7B7B7B. Windows color (decimal): -3452035 or 8213451. OLE color: 8213451.

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

Color convert

RGB20383125-
CMYK00.590.380.20
HSL339º53.57%56.08%-
HSV(B)339º59.11%79.61%-
XYZ31.4220.3621.68-
YUV123.67128.76184.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=49.39%
G=20.19%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038312500.590.380.2033953.5756.08
HexCB537D03B26141533638
Octal31312317507346245236670
Binary1100101110100111111101011101110011010100101010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB537D; }

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

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

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

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

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

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

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

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