Html Css Color HEX #CE295A Cerise

📋 copy color: '#CE295A'

red 206 ◦ green 41 ◦ blue 90

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

Shades of Cerise #CE295A

Tints of Cerise #CE295A

RGB

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

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

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

R = 61.13%
G = 12.17%
B = 26.71%

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

#CE295A (or 0xCE295A) is known color: Cerise. HEX triplet: CE, 29 and 5A. RGB value is (206,41,90). Sum of RGB (Red+Green+Blue) = 206+41+90=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE295A is #31D6A5. Grayscale: #5F5F5F. Windows color (decimal): -3266214 or 5908942. OLE color: 5908942.

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

Color convert

RGB 206 41 90 -
CMYK 0 0.80 0.56 0.19
HSL 342.18º 0.67% 0.48% -
HSV(B) 342.18º 0.8% 0.81% -
XYZ 28.09 15.45 11.17 -
YUV 95.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 206 41 90 0 0.80 0.56 0.19 342.18 0.67 0.48
Hex CE 29 5A 0 50 38 13 156 43 30
Octal 316 51 132 0 120 70 23 526 103 60
Binary 11001110 101001 1011010 0 1010000 111000 10011 101010110 1000011 110000

Color Harmonies of #CE295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE295A

Black with #CE295A

Text Example


Text Example

White with #CE295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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