Html Css Color HEX #CE386E Cerise

📋 copy color: '#CE386E'

red 206 ◦ green 56 ◦ blue 110

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

Shades of Cerise #CE386E

Tints of Cerise #CE386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 55.38%
G = 15.05%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE386E (or 0xCE386E) is known color: Cerise. HEX triplet: CE, 38 and 6E. RGB value is (206,56,110). Sum of RGB (Red+Green+Blue) = 206+56+110=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE386E is #31C791. Grayscale: #6A6A6A. Windows color (decimal): -3262354 or 7223502. OLE color: 7223502.

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

Color convert

RGB 206 56 110 -
CMYK 0 0.73 0.47 0.19
HSL 338.4º 0.6% 0.51% -
HSV(B) 338.4º 0.73% 0.81% -
XYZ 29.68 17.08 16.48 -
YUV 107.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 206 56 110 0 0.73 0.47 0.19 338.4 0.6 0.51
Hex CE 38 6E 0 49 2F 13 152 3C 33
Octal 316 70 156 0 111 57 23 522 74 63
Binary 11001110 111000 1101110 0 1001001 101111 10011 101010010 111100 110011

Color Harmonies of #CE386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE386E

Black with #CE386E

Text Example


Text Example

White with #CE386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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