Html Css Color HEX #CE3B5C Cerise

📋 copy color: '#CE3B5C'

red 206 ◦ green 59 ◦ blue 92

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

Shades of Cerise #CE3B5C

Tints of Cerise #CE3B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 57.7%
G = 16.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE3B5C (or 0xCE3B5C) is known color: Cerise. HEX triplet: CE, 3B and 5C. RGB value is (206,59,92). Sum of RGB (Red+Green+Blue) = 206+59+92=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B5C is #31C4A3. Grayscale: #6A6A6A. Windows color (decimal): -3261604 or 6044622. OLE color: 6044622.

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

Color convert

RGB 206 59 92 -
CMYK 0 0.71 0.55 0.19
HSL 346.53º 0.6% 0.52% -
HSV(B) 346.53º 0.71% 0.81% -
XYZ 28.95 17.02 11.89 -
YUV 106.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 206 59 92 0 0.71 0.55 0.19 346.53 0.6 0.52
Hex CE 3B 5C 0 47 37 13 15B 3C 34
Octal 316 73 134 0 107 67 23 533 74 64
Binary 11001110 111011 1011100 0 1000111 110111 10011 101011011 111100 110100

Color Harmonies of #CE3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B5C

Black with #CE3B5C

Text Example


Text Example

White with #CE3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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