#CE4174

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

Shades of Cranberry #CE4174

Tints of Cranberry #CE4174

Color information

#CE4174 (or 0xCE4174) is unknown color: approx Cranberry. HEX triplet: CE, 41 and 74. RGB value is (206,65,116). Sum of RGB (Red+Green+Blue) = 206+65+116=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4174 is #31BE8B. Grayscale: #707070. Windows color (decimal): -3260044 or 7619022. OLE color: 7619022.

HSL color Cylindrical-coordinate representation of color #CE4174: hue angle of 338.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4174 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB20665116-
CMYK00.680.440.19
HSL338.3º59%53.14%-
HSV(B)338.3º68.45%80.78%-
XYZ30.518.1618.42-
YUV112.97129.71194.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=53.23%
G=16.80%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066511600.680.440.19338.35953.14
HexCE41740442C131523b35
Octal316101164010454235227365
Binary11001110100000111101000100010010110010011101010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4174; }

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

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

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

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

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

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

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

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