Html Css Color HEX #CE265F Cerise

📋 copy color: '#CE265F'

red 206 ◦ green 38 ◦ blue 95

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

Shades of Cerise #CE265F

Tints of Cerise #CE265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 60.77%
G = 11.21%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE265F (or 0xCE265F) is known color: Cerise. HEX triplet: CE, 26 and 5F. RGB value is (206,38,95). Sum of RGB (Red+Green+Blue) = 206+38+95=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE265F is #31D9A0. Grayscale: #5E5E5E. Windows color (decimal): -3266977 or 6235854. OLE color: 6235854.

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

Color convert

RGB 206 38 95 -
CMYK 0 0.82 0.54 0.19
HSL 339.64º 0.69% 0.48% -
HSV(B) 339.64º 0.82% 0.81% -
XYZ 28.21 15.33 12.3 -
YUV 94.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 206 38 95 0 0.82 0.54 0.19 339.64 0.69 0.48
Hex CE 26 5F 0 52 36 13 154 45 30
Octal 316 46 137 0 122 66 23 524 105 60
Binary 11001110 100110 1011111 0 1010010 110110 10011 101010100 1000101 110000

Color Harmonies of #CE265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE265F

Black with #CE265F

Text Example


Text Example

White with #CE265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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