Html Css Color HEX #CE355B Cerise

📋 copy color: '#CE355B'

red 206 ◦ green 53 ◦ blue 91

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

Shades of Cerise #CE355B

Tints of Cerise #CE355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 58.86%
G = 15.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE355B (or 0xCE355B) is known color: Cerise. HEX triplet: CE, 35 and 5B. RGB value is (206,53,91). Sum of RGB (Red+Green+Blue) = 206+53+91=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355B is #31CAA4. Grayscale: #676767. Windows color (decimal): -3263141 or 5977550. OLE color: 5977550.

HSL color Cylindrical-coordinate representation of color #CE355B: hue angle of 345.1º 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 #CE355B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 91 -
CMYK 0 0.74 0.56 0.19
HSL 345.1º 0.61% 0.51% -
HSV(B) 345.1º 0.74% 0.81% -
XYZ 28.62 16.42 11.56 -
YUV 103.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 206 53 91 0 0.74 0.56 0.19 345.1 0.61 0.51
Hex CE 35 5B 0 4A 38 13 159 3D 33
Octal 316 65 133 0 112 70 23 531 75 63
Binary 11001110 110101 1011011 0 1001010 111000 10011 101011001 111101 110011

Color Harmonies of #CE355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE355B

Black with #CE355B

Text Example


Text Example

White with #CE355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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