#CE497A

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

Shades of Cranberry #CE497A

Tints of Cranberry #CE497A

Color information

#CE497A (or 0xCE497A) is unknown color: approx Cranberry. HEX triplet: CE, 49 and 7A. RGB value is (206,73,122). Sum of RGB (Red+Green+Blue) = 206+73+122=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE497A is #31B685. Grayscale: #767676. Windows color (decimal): -3257990 or 8014286. OLE color: 8014286.

HSL color Cylindrical-coordinate representation of color #CE497A: hue angle of 337.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE497A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20673122-
CMYK00.650.410.19
HSL337.89º57.58%54.71%-
HSV(B)337.89º64.56%80.78%-
XYZ31.3519.2920.48-
YUV118.35130.06190.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=51.37%
G=18.20%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067312200.650.410.19337.8957.5854.71
HexCE497A04129131523a37
Octal316111172010151235227267
Binary11001110100100111110100100000110100110011101010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE497A; }

 p { color: rgb(206,73,122); }

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

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

 a { background-color: rgb(206,73,122); }

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

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

 span { border-color: rgb(206,73,122); }

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