Html Css Color HEX #CE386F Cerise

📋 copy color: '#CE386F'

red 206 ◦ green 56 ◦ blue 111

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

Shades of Cerise #CE386F

Tints of Cerise #CE386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 55.23%
G = 15.01%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE386F (or 0xCE386F) is known color: Cerise. HEX triplet: CE, 38 and 6F. RGB value is (206,56,111). Sum of RGB (Red+Green+Blue) = 206+56+111=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE386F is #31C790. Grayscale: #6B6B6B. Windows color (decimal): -3262353 or 7289038. OLE color: 7289038.

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

Color convert

RGB 206 56 111 -
CMYK 0 0.73 0.46 0.19
HSL 338º 0.6% 0.51% -
HSV(B) 338º 0.73% 0.81% -
XYZ 29.74 17.1 16.77 -
YUV 107.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 206 56 111 0 0.73 0.46 0.19 338 0.6 0.51
Hex CE 38 6F 0 49 2E 13 152 3C 33
Octal 316 70 157 0 111 56 23 522 74 63
Binary 11001110 111000 1101111 0 1001001 101110 10011 101010010 111100 110011

Color Harmonies of #CE386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE386F

Black with #CE386F

Text Example


Text Example

White with #CE386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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