Html Css Color HEX #CE346A Cerise

📋 copy color: '#CE346A'

red 206 ◦ green 52 ◦ blue 106

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

Shades of Cerise #CE346A

Tints of Cerise #CE346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 56.59%
G = 14.29%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE346A (or 0xCE346A) is known color: Cerise. HEX triplet: CE, 34 and 6A. RGB value is (206,52,106). Sum of RGB (Red+Green+Blue) = 206+52+106=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE346A is #31CB95. Grayscale: #686868. Windows color (decimal): -3263382 or 6960334. OLE color: 6960334.

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

Color convert

RGB 206 52 106 -
CMYK 0 0.75 0.49 0.19
HSL 338.96º 0.61% 0.51% -
HSV(B) 338.96º 0.75% 0.81% -
XYZ 29.28 16.62 15.3 -
YUV 104.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 206 52 106 0 0.75 0.49 0.19 338.96 0.61 0.51
Hex CE 34 6A 0 4B 31 13 153 3D 33
Octal 316 64 152 0 113 61 23 523 75 63
Binary 11001110 110100 1101010 0 1001011 110001 10011 101010011 111101 110011

Color Harmonies of #CE346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE346A

Black with #CE346A

Text Example


Text Example

White with #CE346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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