Html Css Color HEX #CE3359 Cerise

📋 copy color: '#CE3359'

red 206 ◦ green 51 ◦ blue 89

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

Shades of Cerise #CE3359

Tints of Cerise #CE3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 59.54%
G = 14.74%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE3359 (or 0xCE3359) is known color: Cerise. HEX triplet: CE, 33 and 59. RGB value is (206,51,89). Sum of RGB (Red+Green+Blue) = 206+51+89=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3359 is #31CCA6. Grayscale: #656565. Windows color (decimal): -3263655 or 5845966. OLE color: 5845966.

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

Color convert

RGB 206 51 89 -
CMYK 0 0.75 0.57 0.19
HSL 345.29º 0.61% 0.5% -
HSV(B) 345.29º 0.75% 0.81% -
XYZ 28.44 16.21 11.08 -
YUV 101.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 206 51 89 0 0.75 0.57 0.19 345.29 0.61 0.5
Hex CE 33 59 0 4B 39 13 159 3D 32
Octal 316 63 131 0 113 71 23 531 75 62
Binary 11001110 110011 1011001 0 1001011 111001 10011 101011001 111101 110010

Color Harmonies of #CE3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3359

Black with #CE3359

Text Example


Text Example

White with #CE3359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3359; }

 p { color: rgb(206,51,89); }

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

background-color css

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

 a { background-color: rgb(206,51,89); }

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

border-color css

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

 span { border-color: rgb(206,51,89); }

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