#CB5E7E

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

Shades of Cranberry #CB5E7E

Tints of Cranberry #CB5E7E

Color information

#CB5E7E (or 0xCB5E7E) is unknown color: approx Cranberry. HEX triplet: CB, 5E and 7E. RGB value is (203,94,126). Sum of RGB (Red+Green+Blue) = 203+94+126=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E7E is #34A181. Grayscale: #828282. Windows color (decimal): -3449218 or 8281803. OLE color: 8281803.

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

Color convert

RGB20394126-
CMYK00.540.380.20
HSL342.39º51.17%58.24%-
HSV(B)342.39º53.69%79.61%-
XYZ32.422.2122.32-
YUV130.24125.61179.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=47.99%
G=22.22%
B=29.79%

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
Decimal2039412600.540.380.20342.3951.1758.24
HexCB5E7E0362614156333a
Octal31313617606646245266372
Binary1100101110111101111110011011010011010100101010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E7E; }

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

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

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

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

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

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

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

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