#CB5D7E

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

Shades of Cranberry #CB5D7E

Tints of Cranberry #CB5D7E

Color information

#CB5D7E (or 0xCB5D7E) is unknown color: approx Cranberry. HEX triplet: CB, 5D and 7E. RGB value is (203,93,126). Sum of RGB (Red+Green+Blue) = 203+93+126=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D7E is #34A281. Grayscale: #818181. Windows color (decimal): -3449474 or 8281547. OLE color: 8281547.

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

Color convert

RGB20393126-
CMYK00.540.380.20
HSL342º51.4%58.04%-
HSV(B)342º54.19%79.61%-
XYZ32.3122.0322.29-
YUV129.65125.94180.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=48.10%
G=22.04%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039312600.540.380.2034251.458.04
HexCB5D7E0362614156333a
Octal31313517606646245266372
Binary1100101110111011111110011011010011010100101010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D7E; }

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

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

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

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

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

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

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

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