Html Css Color HEX #CE285A Cerise

📋 copy color: '#CE285A'

red 206 ◦ green 40 ◦ blue 90

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

Shades of Cerise #CE285A

Tints of Cerise #CE285A

RGB

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

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

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

R = 61.31%
G = 11.9%
B = 26.79%

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

#CE285A (or 0xCE285A) is known color: Cerise. HEX triplet: CE, 28 and 5A. RGB value is (206,40,90). Sum of RGB (Red+Green+Blue) = 206+40+90=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE285A is #31D7A5. Grayscale: #5F5F5F. Windows color (decimal): -3266470 or 5908686. OLE color: 5908686.

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

Color convert

RGB 206 40 90 -
CMYK 0 0.81 0.56 0.19
HSL 341.93º 0.67% 0.48% -
HSV(B) 341.93º 0.81% 0.81% -
XYZ 28.06 15.38 11.16 -
YUV 95.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 206 40 90 0 0.81 0.56 0.19 341.93 0.67 0.48
Hex CE 28 5A 0 51 38 13 156 43 30
Octal 316 50 132 0 121 70 23 526 103 60
Binary 11001110 101000 1011010 0 1010001 111000 10011 101010110 1000011 110000

Color Harmonies of #CE285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE285A

Black with #CE285A

Text Example


Text Example

White with #CE285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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