Html Css Color HEX #CE3266 Cerise

📋 copy color: '#CE3266'

red 206 ◦ green 50 ◦ blue 102

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

Shades of Cerise #CE3266

Tints of Cerise #CE3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 57.54%
G = 13.97%
B = 28.49%

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

#CE3266 (or 0xCE3266) is known color: Cerise. HEX triplet: CE, 32 and 66. RGB value is (206,50,102). Sum of RGB (Red+Green+Blue) = 206+50+102=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3266 is #31CD99. Grayscale: #666666. Windows color (decimal): -3263898 or 6697678. OLE color: 6697678.

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

Color convert

RGB 206 50 102 -
CMYK 0 0.76 0.50 0.19
HSL 340º 0.61% 0.5% -
HSV(B) 340º 0.76% 0.81% -
XYZ 28.99 16.36 14.2 -
YUV 102.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 206 50 102 0 0.76 0.50 0.19 340 0.61 0.5
Hex CE 32 66 0 4C 32 13 154 3D 32
Octal 316 62 146 0 114 62 23 524 75 62
Binary 11001110 110010 1100110 0 1001100 110010 10011 101010100 111101 110010

Color Harmonies of #CE3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3266

Black with #CE3266

Text Example


Text Example

White with #CE3266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3266; }

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

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

background-color css

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

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

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

border-color css

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

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

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