Html Css Color HEX #CE355F Cerise

📋 copy color: '#CE355F'

red 206 ◦ green 53 ◦ blue 95

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

Shades of Cerise #CE355F

Tints of Cerise #CE355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 58.19%
G = 14.97%
B = 26.84%

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

#CE355F (or 0xCE355F) is known color: Cerise. HEX triplet: CE, 35 and 5F. RGB value is (206,53,95). Sum of RGB (Red+Green+Blue) = 206+53+95=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355F is #31CAA0. Grayscale: #676767. Windows color (decimal): -3263137 or 6239694. OLE color: 6239694.

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

Color convert

RGB 206 53 95 -
CMYK 0 0.74 0.54 0.19
HSL 343.53º 0.61% 0.51% -
HSV(B) 343.53º 0.74% 0.81% -
XYZ 28.79 16.49 12.49 -
YUV 103.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 206 53 95 0 0.74 0.54 0.19 343.53 0.61 0.51
Hex CE 35 5F 0 4A 36 13 158 3D 33
Octal 316 65 137 0 112 66 23 530 75 63
Binary 11001110 110101 1011111 0 1001010 110110 10011 101011000 111101 110011

Color Harmonies of #CE355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE355F

Black with #CE355F

Text Example


Text Example

White with #CE355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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