Html Css Color HEX #CE285D Cerise

📋 copy color: '#CE285D'

red 206 ◦ green 40 ◦ blue 93

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

Shades of Cerise #CE285D

Tints of Cerise #CE285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 60.77%
G = 11.8%
B = 27.43%

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

#CE285D (or 0xCE285D) is known color: Cerise. HEX triplet: CE, 28 and 5D. RGB value is (206,40,93). Sum of RGB (Red+Green+Blue) = 206+40+93=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE285D is #31D7A2. Grayscale: #5F5F5F. Windows color (decimal): -3266467 or 6105294. OLE color: 6105294.

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

Color convert

RGB 206 40 93 -
CMYK 0 0.81 0.55 0.19
HSL 340.84º 0.67% 0.48% -
HSV(B) 340.84º 0.81% 0.81% -
XYZ 28.19 15.43 11.85 -
YUV 95.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 206 40 93 0 0.81 0.55 0.19 340.84 0.67 0.48
Hex CE 28 5D 0 51 37 13 155 43 30
Octal 316 50 135 0 121 67 23 525 103 60
Binary 11001110 101000 1011101 0 1010001 110111 10011 101010101 1000011 110000

Color Harmonies of #CE285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE285D

Black with #CE285D

Text Example


Text Example

White with #CE285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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