#CB517F

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

Shades of Cranberry #CB517F

Tints of Cranberry #CB517F

Color information

#CB517F (or 0xCB517F) is unknown color: approx Cranberry. HEX triplet: CB, 51 and 7F. RGB value is (203,81,127). Sum of RGB (Red+Green+Blue) = 203+81+127=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB517F is #34AE80. Grayscale: #7A7A7A. Windows color (decimal): -3452545 or 8344011. OLE color: 8344011.

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

Color convert

RGB20381127-
CMYK00.600.370.20
HSL337.38º53.98%55.69%-
HSV(B)337.38º60.1%79.61%-
XYZ31.420.1122.31-
YUV122.72130.42185.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 127 (50% from 255) = 30.90%
R=49.39%
G=19.71%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038112700.600.370.20337.3853.9855.69
HexCB517F03C25141513638
Octal31312117707445245216670
Binary1100101110100011111111011110010010110100101010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB517F; }

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

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

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

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

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

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

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

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