#CB507C

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

Shades of Cranberry #CB507C

Tints of Cranberry #CB507C

Color information

#CB507C (or 0xCB507C) is unknown color: approx Cranberry. HEX triplet: CB, 50 and 7C. RGB value is (203,80,124). Sum of RGB (Red+Green+Blue) = 203+80+124=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507C is #34AF83. Grayscale: #797979. Windows color (decimal): -3452804 or 8147147. OLE color: 8147147.

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

Color convert

RGB20380124-
CMYK00.610.390.20
HSL338.54º54.19%55.49%-
HSV(B)338.54º60.59%79.61%-
XYZ31.1419.8921.27-
YUV121.79129.25185.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=49.88%
G=19.66%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038012400.610.390.20338.5454.1955.49
HexCB507C03D27141533637
Octal31312017407547245236667
Binary1100101110100001111100011110110011110100101010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB507C; }

 p { color: rgb(203,80,124); }

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

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

 a { background-color: rgb(203,80,124); }

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

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

 span { border-color: rgb(203,80,124); }

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