Html Css Color HEX #CE2662 Cerise

📋 copy color: '#CE2662'

red 206 ◦ green 38 ◦ blue 98

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

Shades of Cerise #CE2662

Tints of Cerise #CE2662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 60.23%
G = 11.11%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE2662 (or 0xCE2662) is known color: Cerise. HEX triplet: CE, 26 and 62. RGB value is (206,38,98). Sum of RGB (Red+Green+Blue) = 206+38+98=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2662 is #31D99D. Grayscale: #5F5F5F. Windows color (decimal): -3266974 or 6432462. OLE color: 6432462.

HSL color Cylindrical-coordinate representation of color #CE2662: hue angle of 338.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2662 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 98 -
CMYK 0 0.82 0.52 0.19
HSL 338.57º 0.69% 0.48% -
HSV(B) 338.57º 0.82% 0.81% -
XYZ 28.35 15.39 13.03 -
YUV 95.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 206 38 98 0 0.82 0.52 0.19 338.57 0.69 0.48
Hex CE 26 62 0 52 34 13 153 45 30
Octal 316 46 142 0 122 64 23 523 105 60
Binary 11001110 100110 1100010 0 1010010 110100 10011 101010011 1000101 110000

Color Harmonies of #CE2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2662

Black with #CE2662

Text Example


Text Example

White with #CE2662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2662; }

 p { color: rgb(206,38,98); }

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

background-color css

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

 a { background-color: rgb(206,38,98); }

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

border-color css

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

 span { border-color: rgb(206,38,98); }

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