#CE256F

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

Shades of Cerise #CE256F

Tints of Cerise #CE256F

Color information

#CE256F (or 0xCE256F) is unknown color: approx Cerise. HEX triplet: CE, 25 and 6F. RGB value is (206,37,111). Sum of RGB (Red+Green+Blue) = 206+37+111=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE256F is #31DA90. Grayscale: #5F5F5F. Windows color (decimal): -3267217 or 7284174. OLE color: 7284174.

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

Color convert

RGB20637111-
CMYK00.820.460.19
HSL333.73º69.55%47.65%-
HSV(B)333.73º82.04%80.78%-
XYZ28.9815.5916.52-
YUV95.97136.49206.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=58.19%
G=10.45%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063711100.820.460.19333.7369.5547.65
HexCE256F0522E1314e4630
Octal316451570122562351610660
Binary11001110100101110111101010010101110100111010011101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE256F; }

 p { color: rgb(206,37,111); }

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

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

 a { background-color: rgb(206,37,111); }

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

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

 span { border-color: rgb(206,37,111); }

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