#CB4C7B

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

Shades of Cranberry #CB4C7B

Tints of Cranberry #CB4C7B

Color information

#CB4C7B (or 0xCB4C7B) is unknown color: approx Cranberry. HEX triplet: CB, 4C and 7B. RGB value is (203,76,123). Sum of RGB (Red+Green+Blue) = 203+76+123=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C7B is #34B384. Grayscale: #777777. Windows color (decimal): -3453829 or 8080587. OLE color: 8080587.

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

Color convert

RGB20376123-
CMYK00.630.390.20
HSL337.8º54.98%54.71%-
HSV(B)337.8º62.56%79.61%-
XYZ30.7919.320.84-
YUV119.33130.08187.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=50.50%
G=18.91%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037612300.630.390.20337.854.9854.71
HexCB4C7B03F27141523737
Octal31311417307747245226767
Binary1100101110011001111011011111110011110100101010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C7B; }

 p { color: rgb(203,76,123); }

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

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

 a { background-color: rgb(203,76,123); }

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

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

 span { border-color: rgb(203,76,123); }

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