#CB4B7D

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

Shades of Cranberry #CB4B7D

Tints of Cranberry #CB4B7D

Color information

#CB4B7D (or 0xCB4B7D) is unknown color: approx Cranberry. HEX triplet: CB, 4B and 7D. RGB value is (203,75,125). Sum of RGB (Red+Green+Blue) = 203+75+125=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7D is #34B482. Grayscale: #767676. Windows color (decimal): -3454083 or 8211403. OLE color: 8211403.

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

Color convert

RGB20375125-
CMYK00.630.380.20
HSL336.56º55.17%54.51%-
HSV(B)336.56º63.05%79.61%-
XYZ30.8519.2121.48-
YUV118.97131.41187.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=50.37%
G=18.61%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037512500.630.380.20336.5655.1754.51
HexCB4B7D03F26141513737
Octal31311317507746245216767
Binary1100101110010111111101011111110011010100101010001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B7D; }

 p { color: rgb(203,75,125); }

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

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

 a { background-color: rgb(203,75,125); }

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

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

 span { border-color: rgb(203,75,125); }

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