Html Css Color HEX #CE356C Cerise

📋 copy color: '#CE356C'

red 206 ◦ green 53 ◦ blue 108

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

Shades of Cerise #CE356C

Tints of Cerise #CE356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 56.13%
G = 14.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE356C (or 0xCE356C) is known color: Cerise. HEX triplet: CE, 35 and 6C. RGB value is (206,53,108). Sum of RGB (Red+Green+Blue) = 206+53+108=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356C is #31CA93. Grayscale: #686868. Windows color (decimal): -3263124 or 7091662. OLE color: 7091662.

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

Color convert

RGB 206 53 108 -
CMYK 0 0.74 0.48 0.19
HSL 338.43º 0.61% 0.51% -
HSV(B) 338.43º 0.74% 0.81% -
XYZ 29.43 16.75 15.87 -
YUV 105.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 206 53 108 0 0.74 0.48 0.19 338.43 0.61 0.51
Hex CE 35 6C 0 4A 30 13 152 3D 33
Octal 316 65 154 0 112 60 23 522 75 63
Binary 11001110 110101 1101100 0 1001010 110000 10011 101010010 111101 110011

Color Harmonies of #CE356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE356C

Black with #CE356C

Text Example


Text Example

White with #CE356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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