Html Css Color HEX #CE356E Cerise

📋 copy color: '#CE356E'

red 206 ◦ green 53 ◦ blue 110

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

Shades of Cerise #CE356E

Tints of Cerise #CE356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 55.83%
G = 14.36%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE356E (or 0xCE356E) is known color: Cerise. HEX triplet: CE, 35 and 6E. RGB value is (206,53,110). Sum of RGB (Red+Green+Blue) = 206+53+110=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356E is #31CA91. Grayscale: #696969. Windows color (decimal): -3263122 or 7222734. OLE color: 7222734.

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

Color convert

RGB 206 53 110 -
CMYK 0 0.74 0.47 0.19
HSL 337.65º 0.61% 0.51% -
HSV(B) 337.65º 0.74% 0.81% -
XYZ 29.54 16.79 16.44 -
YUV 105.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 206 53 110 0 0.74 0.47 0.19 337.65 0.61 0.51
Hex CE 35 6E 0 4A 2F 13 152 3D 33
Octal 316 65 156 0 112 57 23 522 75 63
Binary 11001110 110101 1101110 0 1001010 101111 10011 101010010 111101 110011

Color Harmonies of #CE356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE356E

Black with #CE356E

Text Example


Text Example

White with #CE356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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