Html Css Color HEX #CE326D Cerise

📋 copy color: '#CE326D'

red 206 ◦ green 50 ◦ blue 109

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

Shades of Cerise #CE326D

Tints of Cerise #CE326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 56.44%
G = 13.7%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE326D (or 0xCE326D) is known color: Cerise. HEX triplet: CE, 32 and 6D. RGB value is (206,50,109). Sum of RGB (Red+Green+Blue) = 206+50+109=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE326D is #31CD92. Grayscale: #676767. Windows color (decimal): -3263891 or 7156430. OLE color: 7156430.

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

Color convert

RGB 206 50 109 -
CMYK 0 0.76 0.47 0.19
HSL 337.31º 0.61% 0.5% -
HSV(B) 337.31º 0.76% 0.81% -
XYZ 29.35 16.51 16.11 -
YUV 103.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 206 50 109 0 0.76 0.47 0.19 337.31 0.61 0.5
Hex CE 32 6D 0 4C 2F 13 151 3D 32
Octal 316 62 155 0 114 57 23 521 75 62
Binary 11001110 110010 1101101 0 1001100 101111 10011 101010001 111101 110010

Color Harmonies of #CE326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE326D

Black with #CE326D

Text Example


Text Example

White with #CE326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE326D; }

 p { color: rgb(206,50,109); }

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

background-color css

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

 a { background-color: rgb(206,50,109); }

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

border-color css

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

 span { border-color: rgb(206,50,109); }

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