Html Css Color HEX #CE295B Cerise

📋 copy color: '#CE295B'

red 206 ◦ green 41 ◦ blue 91

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

Shades of Cerise #CE295B

Tints of Cerise #CE295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 60.95%
G = 12.13%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE295B (or 0xCE295B) is known color: Cerise. HEX triplet: CE, 29 and 5B. RGB value is (206,41,91). Sum of RGB (Red+Green+Blue) = 206+41+91=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE295B is #31D6A4. Grayscale: #606060. Windows color (decimal): -3266213 or 5974478. OLE color: 5974478.

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

Color convert

RGB 206 41 91 -
CMYK 0 0.80 0.56 0.19
HSL 341.82º 0.67% 0.48% -
HSV(B) 341.82º 0.8% 0.81% -
XYZ 28.13 15.46 11.4 -
YUV 96.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 206 41 91 0 0.80 0.56 0.19 341.82 0.67 0.48
Hex CE 29 5B 0 50 38 13 156 43 30
Octal 316 51 133 0 120 70 23 526 103 60
Binary 11001110 101001 1011011 0 1010000 111000 10011 101010110 1000011 110000

Color Harmonies of #CE295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE295B

Black with #CE295B

Text Example


Text Example

White with #CE295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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