Html Css Color HEX #CE3464 Cerise

📋 copy color: '#CE3464'

red 206 ◦ green 52 ◦ blue 100

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

Shades of Cerise #CE3464

Tints of Cerise #CE3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 57.54%
G = 14.53%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3464 (or 0xCE3464) is known color: Cerise. HEX triplet: CE, 34 and 64. RGB value is (206,52,100). Sum of RGB (Red+Green+Blue) = 206+52+100=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3464 is #31CB9B. Grayscale: #676767. Windows color (decimal): -3263388 or 6567118. OLE color: 6567118.

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

Color convert

RGB 206 52 100 -
CMYK 0 0.75 0.51 0.19
HSL 341.3º 0.61% 0.51% -
HSV(B) 341.3º 0.75% 0.81% -
XYZ 28.98 16.5 13.71 -
YUV 103.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 206 52 100 0 0.75 0.51 0.19 341.3 0.61 0.51
Hex CE 34 64 0 4B 33 13 155 3D 33
Octal 316 64 144 0 113 63 23 525 75 63
Binary 11001110 110100 1100100 0 1001011 110011 10011 101010101 111101 110011

Color Harmonies of #CE3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3464

Black with #CE3464

Text Example


Text Example

White with #CE3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3464; }

 p { color: rgb(206,52,100); }

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

background-color css

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

 a { background-color: rgb(206,52,100); }

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

border-color css

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

 span { border-color: rgb(206,52,100); }

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