#CB507D

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

Shades of Cranberry #CB507D

Tints of Cranberry #CB507D

Color information

#CB507D (or 0xCB507D) is unknown color: approx Cranberry. HEX triplet: CB, 50 and 7D. RGB value is (203,80,125). Sum of RGB (Red+Green+Blue) = 203+80+125=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507D is #34AF82. Grayscale: #797979. Windows color (decimal): -3452803 or 8212683. OLE color: 8212683.

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

Color convert

RGB20380125-
CMYK00.610.380.20
HSL338.05º54.19%55.49%-
HSV(B)338.05º60.59%79.61%-
XYZ31.219.9121.6-
YUV121.91129.75185.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=49.75%
G=19.61%
B=30.64%

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
Decimal2038012500.610.380.20338.0554.1955.49
HexCB507D03D26141523637
Octal31312017507546245226667
Binary1100101110100001111101011110110011010100101010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB507D; }

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

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

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

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

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

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

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

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