Html Css Color HEX #CE3D5C Cerise

📋 copy color: '#CE3D5C'

red 206 ◦ green 61 ◦ blue 92

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

Shades of Cerise #CE3D5C

Tints of Cerise #CE3D5C

RGB

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

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

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

R = 57.38%
G = 16.99%
B = 25.63%

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

#CE3D5C (or 0xCE3D5C) is known color: Cerise. HEX triplet: CE, 3D and 5C. RGB value is (206,61,92). Sum of RGB (Red+Green+Blue) = 206+61+92=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D5C is #31C2A3. Grayscale: #6B6B6B. Windows color (decimal): -3261092 or 6045134. OLE color: 6045134.

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

Color convert

RGB 206 61 92 -
CMYK 0 0.70 0.55 0.19
HSL 347.17º 0.6% 0.52% -
HSV(B) 347.17º 0.7% 0.81% -
XYZ 29.05 17.23 11.92 -
YUV 107.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 206 61 92 0 0.70 0.55 0.19 347.17 0.6 0.52
Hex CE 3D 5C 0 46 37 13 15B 3C 34
Octal 316 75 134 0 106 67 23 533 74 64
Binary 11001110 111101 1011100 0 1000110 110111 10011 101011011 111100 110100

Color Harmonies of #CE3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D5C

Black with #CE3D5C

Text Example


Text Example

White with #CE3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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