Html Css Color HEX #CE2165 Cerise

📋 copy color: '#CE2165'

red 206 ◦ green 33 ◦ blue 101

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

Shades of Cerise #CE2165

Tints of Cerise #CE2165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 60.59%
G = 9.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE2165 (or 0xCE2165) is known color: Cerise. HEX triplet: CE, 21 and 65. RGB value is (206,33,101). Sum of RGB (Red+Green+Blue) = 206+33+101=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2165 is #31DE9A. Grayscale: #5C5C5C. Windows color (decimal): -3268251 or 6627790. OLE color: 6627790.

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

Color convert

RGB 206 33 101 -
CMYK 0 0.84 0.51 0.19
HSL 336.42º 0.72% 0.47% -
HSV(B) 336.42º 0.84% 0.81% -
XYZ 28.35 15.15 13.74 -
YUV 92.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 206 33 101 0 0.84 0.51 0.19 336.42 0.72 0.47
Hex CE 21 65 0 54 33 13 150 48 2F
Octal 316 41 145 0 124 63 23 520 110 57
Binary 11001110 100001 1100101 0 1010100 110011 10011 101010000 1001000 101111

Color Harmonies of #CE2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2165

Black with #CE2165

Text Example


Text Example

White with #CE2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2165; }

 p { color: rgb(206,33,101); }

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

background-color css

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

 a { background-color: rgb(206,33,101); }

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

border-color css

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

 span { border-color: rgb(206,33,101); }

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