#CB557E

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

Shades of Cranberry #CB557E

Tints of Cranberry #CB557E

Color information

#CB557E (or 0xCB557E) is unknown color: approx Cranberry. HEX triplet: CB, 55 and 7E. RGB value is (203,85,126). Sum of RGB (Red+Green+Blue) = 203+85+126=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB557E is #34AA81. Grayscale: #7C7C7C. Windows color (decimal): -3451522 or 8279499. OLE color: 8279499.

HSL color Cylindrical-coordinate representation of color #CB557E: hue angle of 339.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB557E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20385126-
CMYK00.580.380.20
HSL339.15º53.15%56.47%-
HSV(B)339.15º58.13%79.61%-
XYZ31.6420.722.07-
YUV124.96128.59183.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=49.03%
G=20.53%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038512600.580.380.20339.1553.1556.47
HexCB557E03A26141533538
Octal31312517607246245236570
Binary1100101110101011111110011101010011010100101010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB557E; }

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

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

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

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

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

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

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

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