#cc537b

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

Shades of Cranberry #CC537B

Tints of Cranberry #CC537B

Color information

#CC537B (or 0xCC537B) is unknown color: approx Cranberry. HEX triplet: CC, 53 and 7B. RGB value is (204,83,123). Sum of RGB (Red+Green+Blue) = 204+83+123=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC537B is #33AC84. Grayscale: #7B7B7B. Windows color (decimal): -3386501 or 8082380. OLE color: 8082380.

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

Color convert

RGB20483123-
CMYK00.590.400.2
HSL340.17º54.26%56.27%-
HSV(B)340.17º59.31%80%-
XYZ31.5720.4521.02-
YUV123.74127.59185.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 123 (48.44% from 255) = 30%
R=49.76%
G=20.24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048312300.590.400.2340.1754.2656.27
HexCC537B03B28141543638
Octal31412317307350245246670
Binary1100110010100111111011011101110100010100101010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc537b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc537b; }

 p { color: rgb(204,83,123); }

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

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

 a { background-color: rgb(204,83,123); }

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

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

 span { border-color: rgb(204,83,123); }

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