Html Css Color HEX #CE3160 Cerise

📋 copy color: '#CE3160'

red 206 ◦ green 49 ◦ blue 96

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

Shades of Cerise #CE3160

Tints of Cerise #CE3160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 58.69%
G = 13.96%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE3160 (or 0xCE3160) is known color: Cerise. HEX triplet: CE, 31 and 60. RGB value is (206,49,96). Sum of RGB (Red+Green+Blue) = 206+49+96=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3160 is #31CE9F. Grayscale: #656565. Windows color (decimal): -3264160 or 6304206. OLE color: 6304206.

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

Color convert

RGB 206 49 96 -
CMYK 0 0.76 0.53 0.19
HSL 342.04º 0.62% 0.5% -
HSV(B) 342.04º 0.76% 0.81% -
XYZ 28.66 16.16 12.68 -
YUV 101.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 206 49 96 0 0.76 0.53 0.19 342.04 0.62 0.5
Hex CE 31 60 0 4C 35 13 156 3E 32
Octal 316 61 140 0 114 65 23 526 76 62
Binary 11001110 110001 1100000 0 1001100 110101 10011 101010110 111110 110010

Color Harmonies of #CE3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3160

Black with #CE3160

Text Example


Text Example

White with #CE3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3160; }

 p { color: rgb(206,49,96); }

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

background-color css

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

 a { background-color: rgb(206,49,96); }

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

border-color css

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

 span { border-color: rgb(206,49,96); }

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