Html Css Color HEX #CE3D5D Cerise

📋 copy color: '#CE3D5D'

red 206 ◦ green 61 ◦ blue 93

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

Shades of Cerise #CE3D5D

Tints of Cerise #CE3D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.94%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 57.22%
G = 16.94%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE3D5D (or 0xCE3D5D) is known color: Cerise. HEX triplet: CE, 3D and 5D. RGB value is (206,61,93). Sum of RGB (Red+Green+Blue) = 206+61+93=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D5D is #31C2A2. Grayscale: #6C6C6C. Windows color (decimal): -3261091 or 6110670. OLE color: 6110670.

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

Color convert

RGB 206 61 93 -
CMYK 0 0.70 0.55 0.19
HSL 346.76º 0.6% 0.52% -
HSV(B) 346.76º 0.7% 0.81% -
XYZ 29.1 17.25 12.15 -
YUV 108 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 206 61 93 0 0.70 0.55 0.19 346.76 0.6 0.52
Hex CE 3D 5D 0 46 37 13 15B 3C 34
Octal 316 75 135 0 106 67 23 533 74 64
Binary 11001110 111101 1011101 0 1000110 110111 10011 101011011 111100 110100

Color Harmonies of #CE3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D5D

Black with #CE3D5D

Text Example


Text Example

White with #CE3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D5D; }

 p { color: rgb(206,61,93); }

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

background-color css

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

 a { background-color: rgb(206,61,93); }

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

border-color css

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

 span { border-color: rgb(206,61,93); }

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