#CE457A

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

Shades of Cranberry #CE457A

Tints of Cranberry #CE457A

Color information

#CE457A (or 0xCE457A) is unknown color: approx Cranberry. HEX triplet: CE, 45 and 7A. RGB value is (206,69,122). Sum of RGB (Red+Green+Blue) = 206+69+122=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE457A is #31BA85. Grayscale: #737373. Windows color (decimal): -3259014 or 8013262. OLE color: 8013262.

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

Color convert

RGB20669122-
CMYK00.670.410.19
HSL336.79º58.3%53.92%-
HSV(B)336.79º66.5%80.78%-
XYZ31.0918.7820.4-
YUV116131.39192.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=51.89%
G=17.38%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066912200.670.410.19336.7958.353.92
HexCE457A04329131513a36
Octal316105172010351235217266
Binary11001110100010111110100100001110100110011101010001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE457A; }

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

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

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

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

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

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

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

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