Html Css Color HEX #CE356A Cerise

📋 copy color: '#CE356A'

red 206 ◦ green 53 ◦ blue 106

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

Shades of Cerise #CE356A

Tints of Cerise #CE356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 56.44%
G = 14.52%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE356A (or 0xCE356A) is known color: Cerise. HEX triplet: CE, 35 and 6A. RGB value is (206,53,106). Sum of RGB (Red+Green+Blue) = 206+53+106=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356A is #31CA95. Grayscale: #686868. Windows color (decimal): -3263126 or 6960590. OLE color: 6960590.

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

Color convert

RGB 206 53 106 -
CMYK 0 0.74 0.49 0.19
HSL 339.22º 0.61% 0.51% -
HSV(B) 339.22º 0.74% 0.81% -
XYZ 29.33 16.71 15.31 -
YUV 104.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 206 53 106 0 0.74 0.49 0.19 339.22 0.61 0.51
Hex CE 35 6A 0 4A 31 13 153 3D 33
Octal 316 65 152 0 112 61 23 523 75 63
Binary 11001110 110101 1101010 0 1001010 110001 10011 101010011 111101 110011

Color Harmonies of #CE356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE356A

Black with #CE356A

Text Example


Text Example

White with #CE356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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