Html Css Color HEX #CE3865 Cerise

📋 copy color: '#CE3865'

red 206 ◦ green 56 ◦ blue 101

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

Shades of Cerise #CE3865

Tints of Cerise #CE3865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 56.75%
G = 15.43%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3865 (or 0xCE3865) is known color: Cerise. HEX triplet: CE, 38 and 65. RGB value is (206,56,101). Sum of RGB (Red+Green+Blue) = 206+56+101=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3865 is #31C79A. Grayscale: #696969. Windows color (decimal): -3262363 or 6633678. OLE color: 6633678.

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

Color convert

RGB 206 56 101 -
CMYK 0 0.73 0.51 0.19
HSL 342º 0.6% 0.51% -
HSV(B) 342º 0.73% 0.81% -
XYZ 29.22 16.89 14.03 -
YUV 105.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 206 56 101 0 0.73 0.51 0.19 342 0.6 0.51
Hex CE 38 65 0 49 33 13 156 3C 33
Octal 316 70 145 0 111 63 23 526 74 63
Binary 11001110 111000 1100101 0 1001001 110011 10011 101010110 111100 110011

Color Harmonies of #CE3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3865

Black with #CE3865

Text Example


Text Example

White with #CE3865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3865; }

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

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

background-color css

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

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

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

border-color css

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

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

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