Html Css Color HEX #CE226B Cerise

📋 copy color: '#CE226B'

red 206 ◦ green 34 ◦ blue 107

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

Shades of Cerise #CE226B

Tints of Cerise #CE226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 59.37%
G = 9.8%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE226B (or 0xCE226B) is known color: Cerise. HEX triplet: CE, 22 and 6B. RGB value is (206,34,107). Sum of RGB (Red+Green+Blue) = 206+34+107=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE226B is #31DD94. Grayscale: #5D5D5D. Windows color (decimal): -3267989 or 7021262. OLE color: 7021262.

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

Color convert

RGB 206 34 107 -
CMYK 0 0.83 0.48 0.19
HSL 334.53º 0.72% 0.47% -
HSV(B) 334.53º 0.83% 0.81% -
XYZ 28.68 15.33 15.36 -
YUV 93.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 206 34 107 0 0.83 0.48 0.19 334.53 0.72 0.47
Hex CE 22 6B 0 53 30 13 14F 48 2F
Octal 316 42 153 0 123 60 23 517 110 57
Binary 11001110 100010 1101011 0 1010011 110000 10011 101001111 1001000 101111

Color Harmonies of #CE226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE226B

Black with #CE226B

Text Example


Text Example

White with #CE226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE226B; }

 p { color: rgb(206,34,107); }

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

background-color css

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

 a { background-color: rgb(206,34,107); }

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

border-color css

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

 span { border-color: rgb(206,34,107); }

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