#CE4374

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

Shades of Cranberry #CE4374

Tints of Cranberry #CE4374

Color information

#CE4374 (or 0xCE4374) is unknown color: approx Cranberry. HEX triplet: CE, 43 and 74. RGB value is (206,67,116). Sum of RGB (Red+Green+Blue) = 206+67+116=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4374 is #31BC8B. Grayscale: #727272. Windows color (decimal): -3259532 or 7619534. OLE color: 7619534.

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

Color convert

RGB20667116-
CMYK00.670.440.19
HSL338.85º58.65%53.53%-
HSV(B)338.85º67.48%80.78%-
XYZ30.6118.418.46-
YUV114.15129.05193.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=52.96%
G=17.22%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066711600.670.440.19338.8558.6553.53
HexCE43740432C131533b36
Octal316103164010354235237366
Binary11001110100001111101000100001110110010011101010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4374; }

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

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

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

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

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

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

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

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