Html Css Color HEX #CE3860 Cerise

📋 copy color: '#CE3860'

red 206 ◦ green 56 ◦ blue 96

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

Shades of Cerise #CE3860

Tints of Cerise #CE3860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 57.54%
G = 15.64%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE3860 (or 0xCE3860) is known color: Cerise. HEX triplet: CE, 38 and 60. RGB value is (206,56,96). Sum of RGB (Red+Green+Blue) = 206+56+96=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3860 is #31C79F. Grayscale: #696969. Windows color (decimal): -3262368 or 6305998. OLE color: 6305998.

HSL color Cylindrical-coordinate representation of color #CE3860: hue angle of 344º 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 #CE3860 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 96 -
CMYK 0 0.73 0.53 0.19
HSL 344º 0.6% 0.51% -
HSV(B) 344º 0.73% 0.81% -
XYZ 28.98 16.79 12.78 -
YUV 105.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 206 56 96 0 0.73 0.53 0.19 344 0.6 0.51
Hex CE 38 60 0 49 35 13 158 3C 33
Octal 316 70 140 0 111 65 23 530 74 63
Binary 11001110 111000 1100000 0 1001001 110101 10011 101011000 111100 110011

Color Harmonies of #CE3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3860

Black with #CE3860

Text Example


Text Example

White with #CE3860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3860; }

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

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

background-color css

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

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

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

border-color css

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

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

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