Html Css Color HEX #CE3565 Cerise

📋 copy color: '#CE3565'

red 206 ◦ green 53 ◦ blue 101

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

Shades of Cerise #CE3565

Tints of Cerise #CE3565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

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

R = 57.22%
G = 14.72%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3565 (or 0xCE3565) is known color: Cerise. HEX triplet: CE, 35 and 65. RGB value is (206,53,101). Sum of RGB (Red+Green+Blue) = 206+53+101=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3565 is #31CA9A. Grayscale: #686868. Windows color (decimal): -3263131 or 6632910. OLE color: 6632910.

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

Color convert

RGB 206 53 101 -
CMYK 0 0.74 0.51 0.19
HSL 341.18º 0.61% 0.51% -
HSV(B) 341.18º 0.74% 0.81% -
XYZ 29.08 16.61 13.99 -
YUV 104.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 206 53 101 0 0.74 0.51 0.19 341.18 0.61 0.51
Hex CE 35 65 0 4A 33 13 155 3D 33
Octal 316 65 145 0 112 63 23 525 75 63
Binary 11001110 110101 1100101 0 1001010 110011 10011 101010101 111101 110011

Color Harmonies of #CE3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3565

Black with #CE3565

Text Example


Text Example

White with #CE3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3565; }

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

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

background-color css

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

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

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

border-color css

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

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

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