Html Css Color HEX #CE265B Cerise

📋 copy color: '#CE265B'

red 206 ◦ green 38 ◦ blue 91

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

Shades of Cerise #CE265B

Tints of Cerise #CE265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 61.49%
G = 11.34%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE265B (or 0xCE265B) is known color: Cerise. HEX triplet: CE, 26 and 5B. RGB value is (206,38,91). Sum of RGB (Red+Green+Blue) = 206+38+91=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE265B is #31D9A4. Grayscale: #5E5E5E. Windows color (decimal): -3266981 or 5973710. OLE color: 5973710.

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

Color convert

RGB 206 38 91 -
CMYK 0 0.82 0.56 0.19
HSL 341.07º 0.69% 0.48% -
HSV(B) 341.07º 0.82% 0.81% -
XYZ 28.04 15.26 11.37 -
YUV 94.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 206 38 91 0 0.82 0.56 0.19 341.07 0.69 0.48
Hex CE 26 5B 0 52 38 13 155 45 30
Octal 316 46 133 0 122 70 23 525 105 60
Binary 11001110 100110 1011011 0 1010010 111000 10011 101010101 1000101 110000

Color Harmonies of #CE265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE265B

Black with #CE265B

Text Example


Text Example

White with #CE265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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