#CB507E

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

Shades of Cranberry #CB507E

Tints of Cranberry #CB507E

Color information

#CB507E (or 0xCB507E) is unknown color: approx Cranberry. HEX triplet: CB, 50 and 7E. RGB value is (203,80,126). Sum of RGB (Red+Green+Blue) = 203+80+126=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507E is #34AF81. Grayscale: #797979. Windows color (decimal): -3452802 or 8278219. OLE color: 8278219.

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

Color convert

RGB20380126-
CMYK00.610.380.20
HSL337.56º54.19%55.49%-
HSV(B)337.56º60.59%79.61%-
XYZ31.2619.9421.94-
YUV122.02130.25185.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=49.63%
G=19.56%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038012600.610.380.20337.5654.1955.49
HexCB507E03D26141523637
Octal31312017607546245226667
Binary1100101110100001111110011110110011010100101010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB507E; }

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

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

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

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

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

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

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

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