Html Css Color HEX #CE285B Cerise

📋 copy color: '#CE285B'

red 206 ◦ green 40 ◦ blue 91

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

Shades of Cerise #CE285B

Tints of Cerise #CE285B

RGB

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

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

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

R = 61.13%
G = 11.87%
B = 27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE285B (or 0xCE285B) is known color: Cerise. HEX triplet: CE, 28 and 5B. RGB value is (206,40,91). Sum of RGB (Red+Green+Blue) = 206+40+91=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE285B is #31D7A4. Grayscale: #5F5F5F. Windows color (decimal): -3266469 or 5974222. OLE color: 5974222.

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

Color convert

RGB 206 40 91 -
CMYK 0 0.81 0.56 0.19
HSL 341.57º 0.67% 0.48% -
HSV(B) 341.57º 0.81% 0.81% -
XYZ 28.1 15.39 11.39 -
YUV 95.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 206 40 91 0 0.81 0.56 0.19 341.57 0.67 0.48
Hex CE 28 5B 0 51 38 13 156 43 30
Octal 316 50 133 0 121 70 23 526 103 60
Binary 11001110 101000 1011011 0 1010001 111000 10011 101010110 1000011 110000

Color Harmonies of #CE285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE285B

Black with #CE285B

Text Example


Text Example

White with #CE285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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