Html Css Color HEX #CE3C5B Cerise

📋 copy color: '#CE3C5B'

red 206 ◦ green 60 ◦ blue 91

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

Shades of Cerise #CE3C5B

Tints of Cerise #CE3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

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

R = 57.7%
G = 16.81%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE3C5B (or 0xCE3C5B) is known color: Cerise. HEX triplet: CE, 3C and 5B. RGB value is (206,60,91). Sum of RGB (Red+Green+Blue) = 206+60+91=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C5B is #31C3A4. Grayscale: #6B6B6B. Windows color (decimal): -3261349 or 5979342. OLE color: 5979342.

HSL color Cylindrical-coordinate representation of color #CE3C5B: hue angle of 347.26º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C5B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 60 91 -
CMYK 0 0.71 0.56 0.19
HSL 347.26º 0.6% 0.52% -
HSV(B) 347.26º 0.71% 0.81% -
XYZ 28.96 17.11 11.67 -
YUV 107.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 206 60 91 0 0.71 0.56 0.19 347.26 0.6 0.52
Hex CE 3C 5B 0 47 38 13 15B 3C 34
Octal 316 74 133 0 107 70 23 533 74 64
Binary 11001110 111100 1011011 0 1000111 111000 10011 101011011 111100 110100

Color Harmonies of #CE3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C5B

Black with #CE3C5B

Text Example


Text Example

White with #CE3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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