Html Css Color HEX #CE2764 Cerise

📋 copy color: '#CE2764'

red 206 ◦ green 39 ◦ blue 100

#CE2764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CE2764

Tints of Cerise #CE2764

RGB

 RED value IS 206 (80.86% from 255) = 59.71%

 GREEN value IS 39 (15.63% from 255) = 11.3%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 59.71%
G = 11.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE2764 (or 0xCE2764) is known color: Cerise. HEX triplet: CE, 27 and 64. RGB value is (206,39,100). Sum of RGB (Red+Green+Blue) = 206+39+100=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2764 is #31D89B. Grayscale: #5F5F5F. Windows color (decimal): -3266716 or 6563790. OLE color: 6563790.

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

Color convert

RGB 206 39 100 -
CMYK 0 0.81 0.51 0.19
HSL 338.08º 0.68% 0.48% -
HSV(B) 338.08º 0.81% 0.81% -
XYZ 28.48 15.49 13.55 -
YUV 95.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 206 39 100 0 0.81 0.51 0.19 338.08 0.68 0.48
Hex CE 27 64 0 51 33 13 152 44 30
Octal 316 47 144 0 121 63 23 522 104 60
Binary 11001110 100111 1100100 0 1010001 110011 10011 101010010 1000100 110000

Color Harmonies of #CE2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2764

Black with #CE2764

Text Example


Text Example

White with #CE2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2764; }

 p { color: rgb(206,39,100); }

 H1.HeaderClassName
 {
   color: #CE2764;
 }
 .AnyTagClassName
 {
   color: #CE2764;
 }
</style>

background-color css

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

 a { background-color: rgb(206,39,100); }

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

border-color css

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

 span { border-color: rgb(206,39,100); }

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