Html Css Color HEX #CE385B Cerise

📋 copy color: '#CE385B'

red 206 ◦ green 56 ◦ blue 91

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

Shades of Cerise #CE385B

Tints of Cerise #CE385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 58.36%
G = 15.86%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE385B (or 0xCE385B) is known color: Cerise. HEX triplet: CE, 38 and 5B. RGB value is (206,56,91). Sum of RGB (Red+Green+Blue) = 206+56+91=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE385B is #31C7A4. Grayscale: #686868. Windows color (decimal): -3262373 or 5978318. OLE color: 5978318.

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

Color convert

RGB 206 56 91 -
CMYK 0 0.73 0.56 0.19
HSL 346º 0.6% 0.51% -
HSV(B) 346º 0.73% 0.81% -
XYZ 28.76 16.71 11.61 -
YUV 104.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 206 56 91 0 0.73 0.56 0.19 346 0.6 0.51
Hex CE 38 5B 0 49 38 13 15A 3C 33
Octal 316 70 133 0 111 70 23 532 74 63
Binary 11001110 111000 1011011 0 1001001 111000 10011 101011010 111100 110011

Color Harmonies of #CE385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE385B

Black with #CE385B

Text Example


Text Example

White with #CE385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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