Html Css Color HEX #CE346B Cerise

📋 copy color: '#CE346B'

red 206 ◦ green 52 ◦ blue 107

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

Shades of Cerise #CE346B

Tints of Cerise #CE346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 56.44%
G = 14.25%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE346B (or 0xCE346B) is known color: Cerise. HEX triplet: CE, 34 and 6B. RGB value is (206,52,107). Sum of RGB (Red+Green+Blue) = 206+52+107=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE346B is #31CB94. Grayscale: #686868. Windows color (decimal): -3263381 or 7025870. OLE color: 7025870.

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

Color convert

RGB 206 52 107 -
CMYK 0 0.75 0.48 0.19
HSL 338.57º 0.61% 0.51% -
HSV(B) 338.57º 0.75% 0.81% -
XYZ 29.34 16.64 15.58 -
YUV 104.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 206 52 107 0 0.75 0.48 0.19 338.57 0.61 0.51
Hex CE 34 6B 0 4B 30 13 153 3D 33
Octal 316 64 153 0 113 60 23 523 75 63
Binary 11001110 110100 1101011 0 1001011 110000 10011 101010011 111101 110011

Color Harmonies of #CE346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE346B

Black with #CE346B

Text Example


Text Example

White with #CE346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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