#CB517C

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

Shades of Cranberry #CB517C

Tints of Cranberry #CB517C

Color information

#CB517C (or 0xCB517C) is unknown color: approx Cranberry. HEX triplet: CB, 51 and 7C. RGB value is (203,81,124). Sum of RGB (Red+Green+Blue) = 203+81+124=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB517C is #34AE83. Grayscale: #7A7A7A. Windows color (decimal): -3452548 or 8147403. OLE color: 8147403.

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

Color convert

RGB20381124-
CMYK00.600.390.20
HSL338.85º53.98%55.69%-
HSV(B)338.85º60.1%79.61%-
XYZ31.2120.0421.29-
YUV122.38128.92185.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=49.75%
G=19.85%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038112400.600.390.20338.8553.9855.69
HexCB517C03C27141533638
Octal31312117407447245236670
Binary1100101110100011111100011110010011110100101010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB517C; }

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

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

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

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

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

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

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

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