#CE5378

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

Shades of Cranberry #CE5378

Tints of Cranberry #CE5378

Color information

#CE5378 (or 0xCE5378) is unknown color: approx Cranberry. HEX triplet: CE, 53 and 78. RGB value is (206,83,120). Sum of RGB (Red+Green+Blue) = 206+83+120=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5378 is #31AC87. Grayscale: #7B7B7B. Windows color (decimal): -3255432 or 7885774. OLE color: 7885774.

HSL color Cylindrical-coordinate representation of color #CE5378: hue angle of 341.95º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5378 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20683120-
CMYK00.600.420.19
HSL341.95º55.66%56.67%-
HSV(B)341.95º59.71%80.78%-
XYZ31.9420.6620.07-
YUV124125.75186.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=50.37%
G=20.29%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068312000.600.420.19341.9555.6656.67
HexCE537803C2A131563839
Octal31612317007452235267071
Binary1100111010100111111000011110010101010011101010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5378; }

 p { color: rgb(206,83,120); }

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

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

 a { background-color: rgb(206,83,120); }

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

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

 span { border-color: rgb(206,83,120); }

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