Html Css Color HEX #CE235C Cerise

📋 copy color: '#CE235C'

red 206 ◦ green 35 ◦ blue 92

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

Shades of Cerise #CE235C

Tints of Cerise #CE235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 61.86%
G = 10.51%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE235C (or 0xCE235C) is known color: Cerise. HEX triplet: CE, 23 and 5C. RGB value is (206,35,92). Sum of RGB (Red+Green+Blue) = 206+35+92=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE235C is #31DCA3. Grayscale: #5C5C5C. Windows color (decimal): -3267748 or 6038478. OLE color: 6038478.

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

Color convert

RGB 206 35 92 -
CMYK 0 0.83 0.55 0.19
HSL 340º 0.71% 0.47% -
HSV(B) 340º 0.83% 0.81% -
XYZ 27.99 15.1 11.56 -
YUV 92.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 206 35 92 0 0.83 0.55 0.19 340 0.71 0.47
Hex CE 23 5C 0 53 37 13 154 47 2F
Octal 316 43 134 0 123 67 23 524 107 57
Binary 11001110 100011 1011100 0 1010011 110111 10011 101010100 1000111 101111

Color Harmonies of #CE235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE235C

Black with #CE235C

Text Example


Text Example

White with #CE235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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