Html Css Color HEX #CE3268 Cerise

📋 copy color: '#CE3268'

red 206 ◦ green 50 ◦ blue 104

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

Shades of Cerise #CE3268

Tints of Cerise #CE3268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 57.22%
G = 13.89%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE3268 (or 0xCE3268) is known color: Cerise. HEX triplet: CE, 32 and 68. RGB value is (206,50,104). Sum of RGB (Red+Green+Blue) = 206+50+104=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3268 is #31CD97. Grayscale: #666666. Windows color (decimal): -3263896 or 6828750. OLE color: 6828750.

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

Color convert

RGB 206 50 104 -
CMYK 0 0.76 0.50 0.19
HSL 339.23º 0.61% 0.5% -
HSV(B) 339.23º 0.76% 0.81% -
XYZ 29.09 16.4 14.73 -
YUV 102.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 206 50 104 0 0.76 0.50 0.19 339.23 0.61 0.5
Hex CE 32 68 0 4C 32 13 153 3D 32
Octal 316 62 150 0 114 62 23 523 75 62
Binary 11001110 110010 1101000 0 1001100 110010 10011 101010011 111101 110010

Color Harmonies of #CE3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3268

Black with #CE3268

Text Example


Text Example

White with #CE3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3268; }

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

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

background-color css

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

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

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

border-color css

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

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

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