Html Css Color HEX #CE286C Cerise

📋 copy color: '#CE286C'

red 206 ◦ green 40 ◦ blue 108

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

Shades of Cerise #CE286C

Tints of Cerise #CE286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 58.19%
G = 11.3%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE286C (or 0xCE286C) is known color: Cerise. HEX triplet: CE, 28 and 6C. RGB value is (206,40,108). Sum of RGB (Red+Green+Blue) = 206+40+108=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE286C is #31D793. Grayscale: #616161. Windows color (decimal): -3266452 or 7088334. OLE color: 7088334.

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

Color convert

RGB 206 40 108 -
CMYK 0 0.81 0.48 0.19
HSL 335.42º 0.67% 0.48% -
HSV(B) 335.42º 0.81% 0.81% -
XYZ 28.92 15.72 15.7 -
YUV 97.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 206 40 108 0 0.81 0.48 0.19 335.42 0.67 0.48
Hex CE 28 6C 0 51 30 13 14F 43 30
Octal 316 50 154 0 121 60 23 517 103 60
Binary 11001110 101000 1101100 0 1010001 110000 10011 101001111 1000011 110000

Color Harmonies of #CE286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE286C

Black with #CE286C

Text Example


Text Example

White with #CE286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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