#CB4E7A

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

Shades of Cranberry #CB4E7A

Tints of Cranberry #CB4E7A

Color information

#CB4E7A (or 0xCB4E7A) is unknown color: approx Cranberry. HEX triplet: CB, 4E and 7A. RGB value is (203,78,122). Sum of RGB (Red+Green+Blue) = 203+78+122=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E7A is #34B185. Grayscale: #787878. Windows color (decimal): -3453318 or 8015563. OLE color: 8015563.

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

Color convert

RGB20378122-
CMYK00.620.400.20
HSL338.88º54.59%55.1%-
HSV(B)338.88º61.58%79.61%-
XYZ30.8719.5520.56-
YUV120.39128.91186.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=50.37%
G=19.35%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037812200.620.400.20338.8854.5955.1
HexCB4E7A03E28141533737
Octal31311617207650245236767
Binary1100101110011101111010011111010100010100101010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E7A; }

 p { color: rgb(203,78,122); }

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

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

 a { background-color: rgb(203,78,122); }

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

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

 span { border-color: rgb(203,78,122); }

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