#CE437D

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

Shades of Cranberry #CE437D

Tints of Cranberry #CE437D

Color information

#CE437D (or 0xCE437D) is unknown color: approx Cranberry. HEX triplet: CE, 43 and 7D. RGB value is (206,67,125). Sum of RGB (Red+Green+Blue) = 206+67+125=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE437D is #31BC82. Grayscale: #737373. Windows color (decimal): -3259523 or 8209358. OLE color: 8209358.

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

Color convert

RGB20667125-
CMYK00.670.390.19
HSL334.96º58.65%53.53%-
HSV(B)334.96º67.48%80.78%-
XYZ31.1618.6221.35-
YUV115.17133.55192.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.76%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=51.76%
G=16.83%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066712500.670.390.19334.9658.6553.53
HexCE437D043271314f3b36
Octal316103175010347235177366
Binary11001110100001111111010100001110011110011101001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE437D; }

 p { color: rgb(206,67,125); }

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

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

 a { background-color: rgb(206,67,125); }

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

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

 span { border-color: rgb(206,67,125); }

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