#CB517E

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

Shades of Cranberry #CB517E

Tints of Cranberry #CB517E

Color information

#CB517E (or 0xCB517E) is unknown color: approx Cranberry. HEX triplet: CB, 51 and 7E. RGB value is (203,81,126). Sum of RGB (Red+Green+Blue) = 203+81+126=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB517E is #34AE81. Grayscale: #7A7A7A. Windows color (decimal): -3452546 or 8278475. OLE color: 8278475.

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

Color convert

RGB20381126-
CMYK00.600.380.20
HSL337.87º53.98%55.69%-
HSV(B)337.87º60.1%79.61%-
XYZ31.3420.0921.96-
YUV122.61129.92185.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=49.51%
G=19.76%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038112600.600.380.20337.8753.9855.69
HexCB517E03C26141523638
Octal31312117607446245226670
Binary1100101110100011111110011110010011010100101010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB517E; }

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

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

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

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

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

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

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

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