Html Css Color HEX #CE355A Cerise

📋 copy color: '#CE355A'

red 206 ◦ green 53 ◦ blue 90

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

Shades of Cerise #CE355A

Tints of Cerise #CE355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 59.03%
G = 15.19%
B = 25.79%

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

#CE355A (or 0xCE355A) is known color: Cerise. HEX triplet: CE, 35 and 5A. RGB value is (206,53,90). Sum of RGB (Red+Green+Blue) = 206+53+90=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355A is #31CAA5. Grayscale: #666666. Windows color (decimal): -3263142 or 5912014. OLE color: 5912014.

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

Color convert

RGB 206 53 90 -
CMYK 0 0.74 0.56 0.19
HSL 345.49º 0.61% 0.51% -
HSV(B) 345.49º 0.74% 0.81% -
XYZ 28.57 16.41 11.33 -
YUV 102.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 206 53 90 0 0.74 0.56 0.19 345.49 0.61 0.51
Hex CE 35 5A 0 4A 38 13 159 3D 33
Octal 316 65 132 0 112 70 23 531 75 63
Binary 11001110 110101 1011010 0 1001010 111000 10011 101011001 111101 110011

Color Harmonies of #CE355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE355A

Black with #CE355A

Text Example


Text Example

White with #CE355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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