Html Css Color HEX #CE3B5E Cerise

📋 copy color: '#CE3B5E'

red 206 ◦ green 59 ◦ blue 94

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

Shades of Cerise #CE3B5E

Tints of Cerise #CE3B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.43%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 57.38%
G = 16.43%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE3B5E (or 0xCE3B5E) is known color: Cerise. HEX triplet: CE, 3B and 5E. RGB value is (206,59,94). Sum of RGB (Red+Green+Blue) = 206+59+94=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B5E is #31C4A1. Grayscale: #6A6A6A. Windows color (decimal): -3261602 or 6175694. OLE color: 6175694.

HSL color Cylindrical-coordinate representation of color #CE3B5E: hue angle of 345.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B5E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 94 -
CMYK 0 0.71 0.54 0.19
HSL 345.71º 0.6% 0.52% -
HSV(B) 345.71º 0.71% 0.81% -
XYZ 29.04 17.06 12.35 -
YUV 106.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 206 59 94 0 0.71 0.54 0.19 345.71 0.6 0.52
Hex CE 3B 5E 0 47 36 13 15A 3C 34
Octal 316 73 136 0 107 66 23 532 74 64
Binary 11001110 111011 1011110 0 1000111 110110 10011 101011010 111100 110100

Color Harmonies of #CE3B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B5E

Black with #CE3B5E

Text Example


Text Example

White with #CE3B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B5E; }

 p { color: rgb(206,59,94); }

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

background-color css

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

 a { background-color: rgb(206,59,94); }

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

border-color css

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

 span { border-color: rgb(206,59,94); }

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