Html Css Color HEX #CE355E Cerise

📋 copy color: '#CE355E'

red 206 ◦ green 53 ◦ blue 94

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

Shades of Cerise #CE355E

Tints of Cerise #CE355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 58.36%
G = 15.01%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE355E (or 0xCE355E) is known color: Cerise. HEX triplet: CE, 35 and 5E. RGB value is (206,53,94). Sum of RGB (Red+Green+Blue) = 206+53+94=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355E is #31CAA1. Grayscale: #676767. Windows color (decimal): -3263138 or 6174158. OLE color: 6174158.

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

Color convert

RGB 206 53 94 -
CMYK 0 0.74 0.54 0.19
HSL 343.92º 0.61% 0.51% -
HSV(B) 343.92º 0.74% 0.81% -
XYZ 28.75 16.48 12.25 -
YUV 103.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 206 53 94 0 0.74 0.54 0.19 343.92 0.61 0.51
Hex CE 35 5E 0 4A 36 13 158 3D 33
Octal 316 65 136 0 112 66 23 530 75 63
Binary 11001110 110101 1011110 0 1001010 110110 10011 101011000 111101 110011

Color Harmonies of #CE355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE355E

Black with #CE355E

Text Example


Text Example

White with #CE355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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