Html Css Color HEX #CE3C5C Cerise

📋 copy color: '#CE3C5C'

red 206 ◦ green 60 ◦ blue 92

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

Shades of Cerise #CE3C5C

Tints of Cerise #CE3C5C

RGB

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

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

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

R = 57.54%
G = 16.76%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE3C5C (or 0xCE3C5C) is known color: Cerise. HEX triplet: CE, 3C and 5C. RGB value is (206,60,92). Sum of RGB (Red+Green+Blue) = 206+60+92=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C5C is #31C3A3. Grayscale: #6B6B6B. Windows color (decimal): -3261348 or 6044878. OLE color: 6044878.

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

Color convert

RGB 206 60 92 -
CMYK 0 0.71 0.55 0.19
HSL 346.85º 0.6% 0.52% -
HSV(B) 346.85º 0.71% 0.81% -
XYZ 29 17.13 11.9 -
YUV 107.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 206 60 92 0 0.71 0.55 0.19 346.85 0.6 0.52
Hex CE 3C 5C 0 47 37 13 15B 3C 34
Octal 316 74 134 0 107 67 23 533 74 64
Binary 11001110 111100 1011100 0 1000111 110111 10011 101011011 111100 110100

Color Harmonies of #CE3C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C5C

Black with #CE3C5C

Text Example


Text Example

White with #CE3C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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