Html Css Color HEX #CE285C Cerise

📋 copy color: '#CE285C'

red 206 ◦ green 40 ◦ blue 92

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

Shades of Cerise #CE285C

Tints of Cerise #CE285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 60.95%
G = 11.83%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE285C (or 0xCE285C) is known color: Cerise. HEX triplet: CE, 28 and 5C. RGB value is (206,40,92). Sum of RGB (Red+Green+Blue) = 206+40+92=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE285C is #31D7A3. Grayscale: #5F5F5F. Windows color (decimal): -3266468 or 6039758. OLE color: 6039758.

HSL color Cylindrical-coordinate representation of color #CE285C: hue angle of 341.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE285C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 92 -
CMYK 0 0.81 0.55 0.19
HSL 341.2º 0.67% 0.48% -
HSV(B) 341.2º 0.81% 0.81% -
XYZ 28.14 15.41 11.62 -
YUV 95.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 206 40 92 0 0.81 0.55 0.19 341.2 0.67 0.48
Hex CE 28 5C 0 51 37 13 155 43 30
Octal 316 50 134 0 121 67 23 525 103 60
Binary 11001110 101000 1011100 0 1010001 110111 10011 101010101 1000011 110000

Color Harmonies of #CE285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE285C

Black with #CE285C

Text Example


Text Example

White with #CE285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE285C; }

 p { color: rgb(206,40,92); }

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

background-color css

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

 a { background-color: rgb(206,40,92); }

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

border-color css

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

 span { border-color: rgb(206,40,92); }

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