Html Css Color HEX #CE295C Cerise

📋 copy color: '#CE295C'

red 206 ◦ green 41 ◦ blue 92

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

Shades of Cerise #CE295C

Tints of Cerise #CE295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 60.77%
G = 12.09%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE295C (or 0xCE295C) is known color: Cerise. HEX triplet: CE, 29 and 5C. RGB value is (206,41,92). Sum of RGB (Red+Green+Blue) = 206+41+92=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE295C is #31D6A3. Grayscale: #606060. Windows color (decimal): -3266212 or 6040014. OLE color: 6040014.

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

Color convert

RGB 206 41 92 -
CMYK 0 0.80 0.55 0.19
HSL 341.45º 0.67% 0.48% -
HSV(B) 341.45º 0.8% 0.81% -
XYZ 28.18 15.48 11.63 -
YUV 96.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 206 41 92 0 0.80 0.55 0.19 341.45 0.67 0.48
Hex CE 29 5C 0 50 37 13 155 43 30
Octal 316 51 134 0 120 67 23 525 103 60
Binary 11001110 101001 1011100 0 1010000 110111 10011 101010101 1000011 110000

Color Harmonies of #CE295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE295C

Black with #CE295C

Text Example


Text Example

White with #CE295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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