Html Css Color HEX #CE3962 Cerise

📋 copy color: '#CE3962'

red 206 ◦ green 57 ◦ blue 98

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

Shades of Cerise #CE3962

Tints of Cerise #CE3962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 57.06%
G = 15.79%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE3962 (or 0xCE3962) is known color: Cerise. HEX triplet: CE, 39 and 62. RGB value is (206,57,98). Sum of RGB (Red+Green+Blue) = 206+57+98=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3962 is #31C69D. Grayscale: #6A6A6A. Windows color (decimal): -3262110 or 6437326. OLE color: 6437326.

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

Color convert

RGB 206 57 98 -
CMYK 0 0.72 0.52 0.19
HSL 343.49º 0.6% 0.52% -
HSV(B) 343.49º 0.72% 0.81% -
XYZ 29.12 16.93 13.29 -
YUV 106.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 206 57 98 0 0.72 0.52 0.19 343.49 0.6 0.52
Hex CE 39 62 0 48 34 13 157 3C 34
Octal 316 71 142 0 110 64 23 527 74 64
Binary 11001110 111001 1100010 0 1001000 110100 10011 101010111 111100 110100

Color Harmonies of #CE3962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3962

Black with #CE3962

Text Example


Text Example

White with #CE3962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3962; }

 p { color: rgb(206,57,98); }

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

background-color css

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

 a { background-color: rgb(206,57,98); }

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

border-color css

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

 span { border-color: rgb(206,57,98); }

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