#CE3769

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

Shades of Cerise #CE3769

Tints of Cerise #CE3769

Color information

#CE3769 (or 0xCE3769) is unknown color: approx Cerise. HEX triplet: CE, 37 and 69. RGB value is (206,55,105). Sum of RGB (Red+Green+Blue) = 206+55+105=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3769 is #31C896. Grayscale: #696969. Windows color (decimal): -3262615 or 6895566. OLE color: 6895566.

HSL color Cylindrical-coordinate representation of color #CE3769: hue angle of 340.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3769 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20655105-
CMYK00.730.490.19
HSL340.13º60.64%51.18%-
HSV(B)340.13º73.3%80.78%-
XYZ29.3716.8715.07-
YUV105.85127.53199.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=56.28%
G=15.03%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065510500.730.490.19340.1360.6451.18
HexCE376904931131543d33
Octal31667151011161235247563
Binary1100111011011111010010100100111000110011101010100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3769; }

 p { color: rgb(206,55,105); }

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

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

 a { background-color: rgb(206,55,105); }

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

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

 span { border-color: rgb(206,55,105); }

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