Html Css Color HEX #CE346E Cerise

📋 copy color: '#CE346E'

red 206 ◦ green 52 ◦ blue 110

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

Shades of Cerise #CE346E

Tints of Cerise #CE346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 55.98%
G = 14.13%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE346E (or 0xCE346E) is known color: Cerise. HEX triplet: CE, 34 and 6E. RGB value is (206,52,110). Sum of RGB (Red+Green+Blue) = 206+52+110=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE346E is #31CB91. Grayscale: #686868. Windows color (decimal): -3263378 or 7222478. OLE color: 7222478.

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

Color convert

RGB 206 52 110 -
CMYK 0 0.75 0.47 0.19
HSL 337.4º 0.61% 0.51% -
HSV(B) 337.4º 0.75% 0.81% -
XYZ 29.5 16.7 16.42 -
YUV 104.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 206 52 110 0 0.75 0.47 0.19 337.4 0.61 0.51
Hex CE 34 6E 0 4B 2F 13 151 3D 33
Octal 316 64 156 0 113 57 23 521 75 63
Binary 11001110 110100 1101110 0 1001011 101111 10011 101010001 111101 110011

Color Harmonies of #CE346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE346E

Black with #CE346E

Text Example


Text Example

White with #CE346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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