#CE356B

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

Shades of Cerise #CE356B

Tints of Cerise #CE356B

Color information

#CE356B (or 0xCE356B) is unknown color: approx Cerise. HEX triplet: CE, 35 and 6B. RGB value is (206,53,107). Sum of RGB (Red+Green+Blue) = 206+53+107=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356B is #31CA94. Grayscale: #686868. Windows color (decimal): -3263125 or 7026126. OLE color: 7026126.

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

Color convert

RGB20653107-
CMYK00.740.480.19
HSL338.82º60.96%50.78%-
HSV(B)338.82º74.27%80.78%-
XYZ29.3816.7315.59-
YUV104.9129.19200.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=56.28%
G=14.48%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065310700.740.480.19338.8260.9650.78
HexCE356B04A30131533d33
Octal31665153011260235237563
Binary1100111011010111010110100101011000010011101010011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE356B; }

 p { color: rgb(206,53,107); }

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

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

 a { background-color: rgb(206,53,107); }

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

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

 span { border-color: rgb(206,53,107); }

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