#CB547C

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

Shades of Cranberry #CB547C

Tints of Cranberry #CB547C

Color information

#CB547C (or 0xCB547C) is unknown color: approx Cranberry. HEX triplet: CB, 54 and 7C. RGB value is (203,84,124). Sum of RGB (Red+Green+Blue) = 203+84+124=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB547C is #34AB83. Grayscale: #7C7C7C. Windows color (decimal): -3451780 or 8148171. OLE color: 8148171.

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

Color convert

RGB20384124-
CMYK00.590.390.20
HSL339.83º53.36%56.27%-
HSV(B)339.83º58.62%79.61%-
XYZ31.4420.4921.37-
YUV124.14127.92184.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=49.39%
G=20.44%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038412400.590.390.20339.8353.3656.27
HexCB547C03B27141543538
Octal31312417407347245246570
Binary1100101110101001111100011101110011110100101010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB547C; }

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

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

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

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

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

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

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

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