Html Css Color HEX #CE3E65 Cerise

📋 copy color: '#CE3E65'

red 206 ◦ green 62 ◦ blue 101

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

Shades of Cerise #CE3E65

Tints of Cerise #CE3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 55.83%
G = 16.8%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3E65 (or 0xCE3E65) is known color: Cerise. HEX triplet: CE, 3E and 65. RGB value is (206,62,101). Sum of RGB (Red+Green+Blue) = 206+62+101=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E65 is #31C19A. Grayscale: #6D6D6D. Windows color (decimal): -3260827 or 6635214. OLE color: 6635214.

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

Color convert

RGB 206 62 101 -
CMYK 0 0.70 0.51 0.19
HSL 343.75º 0.6% 0.53% -
HSV(B) 343.75º 0.7% 0.81% -
XYZ 29.53 17.51 14.13 -
YUV 109.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 206 62 101 0 0.70 0.51 0.19 343.75 0.6 0.53
Hex CE 3E 65 0 46 33 13 158 3C 35
Octal 316 76 145 0 106 63 23 530 74 65
Binary 11001110 111110 1100101 0 1000110 110011 10011 101011000 111100 110101

Color Harmonies of #CE3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E65

Black with #CE3E65

Text Example


Text Example

White with #CE3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E65; }

 p { color: rgb(206,62,101); }

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

background-color css

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

 a { background-color: rgb(206,62,101); }

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

border-color css

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

 span { border-color: rgb(206,62,101); }

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