#CE457B

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

Shades of Cranberry #CE457B

Tints of Cranberry #CE457B

Color information

#CE457B (or 0xCE457B) is unknown color: approx Cranberry. HEX triplet: CE, 45 and 7B. RGB value is (206,69,123). Sum of RGB (Red+Green+Blue) = 206+69+123=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE457B is #31BA84. Grayscale: #747474. Windows color (decimal): -3259013 or 8078798. OLE color: 8078798.

HSL color Cylindrical-coordinate representation of color #CE457B: hue angle of 336.35º 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 #CE457B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB20669123-
CMYK00.670.400.19
HSL336.35º58.3%53.92%-
HSV(B)336.35º66.5%80.78%-
XYZ31.1618.8120.73-
YUV116.12131.89192.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.76%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=51.76%
G=17.34%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066912300.670.400.19336.3558.353.92
HexCE457B04328131503a36
Octal316105173010350235207266
Binary11001110100010111110110100001110100010011101010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE457B; }

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

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

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

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

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

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

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

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