Html Css Color HEX #CE266D Cerise

📋 copy color: '#CE266D'

red 206 ◦ green 38 ◦ blue 109

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

Shades of Cerise #CE266D

Tints of Cerise #CE266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 58.36%
G = 10.76%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE266D (or 0xCE266D) is known color: Cerise. HEX triplet: CE, 26 and 6D. RGB value is (206,38,109). Sum of RGB (Red+Green+Blue) = 206+38+109=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE266D is #31D992. Grayscale: #606060. Windows color (decimal): -3266963 or 7153358. OLE color: 7153358.

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

Color convert

RGB 206 38 109 -
CMYK 0 0.82 0.47 0.19
HSL 334.64º 0.69% 0.48% -
HSV(B) 334.64º 0.82% 0.81% -
XYZ 28.91 15.61 15.96 -
YUV 96.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 206 38 109 0 0.82 0.47 0.19 334.64 0.69 0.48
Hex CE 26 6D 0 52 2F 13 14F 45 30
Octal 316 46 155 0 122 57 23 517 105 60
Binary 11001110 100110 1101101 0 1010010 101111 10011 101001111 1000101 110000

Color Harmonies of #CE266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE266D

Black with #CE266D

Text Example


Text Example

White with #CE266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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